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. GENERATE_RTF
is set to YES
in the configuration file.Note that the RTF output probably only looks nice with Microsoft's Word 97. If you have success with other programs, please let me know.
GENERATE_XML
is set to YES
in the configuration file.Note that the XML output is still under development.
The following output formats are indirectly supported by doxygen:
GENERATE_HTMLHELP
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. In order to get hyperlinks in the PDF file, PDF_HYPERLINKS
should be set to YES
in the configuration file.