-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation Generation
Doxygen is used for all the inline source documentation. To generate the docs, go to src/srcdocs and do a
make doxygen
SchemaSpy can be used to generate a web based graphical database schema browser. To generate the pages, go to src/srcdocs and do a
make schemaspy
. This is a very handy way to see all the foreign key assignments and other data.
You can generate both the doxygen and SchemaSpy reports in src/srcdocs with a simple
make
After the pages are generated a src/srcdocs/www
directory will be created with the results. Just point your browser there. You will see a fodox
directory with the Doxygen pages and a schemaspy directory with the schemaspy pages.
Man pages for the FOSSology command line utilities are generated with make
in src/cli