diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-09 23:11:03 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-09 23:12:08 +0200 |
commit | c17de5d4c2699c6c5b4759f009ce8cb6560d2f13 (patch) | |
tree | ca36c1af536583856360dd6e905fe7143ee5a562 /README.md | |
parent | 524869a644004b2b5eae9c6cdb14a20c0e877778 (diff) |
Add doxygen annotations to all public headers
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ If you work on the git tree, you need to bootstrap the build system first: ./autogen.sh +If Doxygen is available, a reference manual can be built as follows: + + make doxygen-doc + ## Structure of the Source Code The main functionality of the package is split up into a number libraries. |