Doxygen
|
The following output formats are directly supported by doxygen:
GENERATE_HTML
is set to YES
in the configuration file. GENERATE_LATEX
is set to YES
in the configuration file. GENERATE_MAN
is set to YES
in the configuration file. Generated if GENERATE_RTF
is set to YES
in the configuration file.
Note that the RTF output probably only looks nice with Microsoft's Word. If you have success with other programs, please let me know.
Generated if GENERATE_XML
is set to YES
in the configuration file.
The following output formats are indirectly supported by doxygen:
GENERATE_HTMLHELP
is set to YES
. GENERATE_QHP
is set to YES
. GENERATE_ECLIPSEHELP
is set to YES
. GENERATE_DOCSET
is set to YES
. make ps
in the output directory. For the best results PDF_HYPERLINKS
should be set to NO
. make pdf
in the output directory. To improve the PDF output, you typically would want to enable the use of pdflatex
by setting USE_PDFLATEX to YES
in the configuration file. In order to get hyperlinks in the PDF file you also need to enable PDF_HYPERLINKS.