how to generate doxygen documents

Post on 21-Jul-2015

88 Views

Category:

Software

4 Downloads

Preview:

Click to see full reader

TRANSCRIPT

How to generate Doxygen documentsAuthor: bear.lin.001@gmail.comDate: 2015/03/26

Download and install Doxygen

• Downlaod and install Doxygen:http://www.stack.nl/~dimitri/doxygen/download.html

• Make sure command line tool doxygen can be found:

Download and install Graphviz

• For most diagrams the dot tool of the GraphViz package is needed, download and install it:http://www.graphviz.org/

• Add C:\Program Files (x86)\Graphviz2.38\bin to your $PATH

• Make sure command line tool dot can be found:

Use Doxygen GUI frontend

• Ref: http://www.stack.nl/~dimitri/doxygen/manual/doxywizard_usage.html

• Start the wizard:

Use Doxygen GUI frontend

Use Doxygen GUI frontend

Use Doxygen GUI frontend

Use Doxygen GUI frontend

Use Doxygen GUI frontend• You can select several input/exclude folders, encoding, file

patterns to scan in Expert->Input tab:

Use Doxygen GUI frontend• You can select what to build in Expert->Build tab:

Use Doxygen GUI frontend• Ready to Run:

Use Doxygen GUI frontend• Running: (According to your setting the running time differ)

Use Doxygen GUI frontend• Run finished:

Use Doxygen GUI frontend• Click “Show HTML output” in Run tab or open

C:\ws\project001\doxygen_project001\html\index.html:

Done

top related