Skip to content

automatic Doxygen generated files

jacklinzoho edited this page Nov 24, 2015 · 5 revisions

Generating Doxygen documentation

From the Redback directory:

make doc

The documentation should be generated in redback\doc\doxygen. Start from classes.html.

The config file to control Doxygen is in redback\doc\doxygen\doxyfile.

The INPUT line controls the paths that Doxygen will scan for document generation. It should include the Redback directory, and should not include the Moose/Elk directories.