« Previous -
Version 5/11
(diff) -
Next » -
Current version
Trond Lossius, 2009-08-24 05:55 pm
Using Doxygen¶
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. It is used for documenting parts of the source code for the various Jamoma projects, although not as much as we would like to...
Setting up Doxygen¶
To use it, you will have to download and install:
- Doxygen - version 1.6.0 or later
- Graphviz
- Graphviz for Mac OSX - we currently use version 2.14.1
- "graphviz for Windows
Generating Doxygen documentation¶
This description was written using Mac, but hopefully it is similar on Windows.
- Open the Doxygen application
- From the File menu, choose Open... and inside your local clone of the GIT repository locate e.g.
/Modules/Foundations/documentation/Doxfile
- All settings should be fine, so go to the Run tab and click the Run doxygen button. If you have generated documentation previously, you might want to throw out the
/Modules/Foundations/documentation/html/
folder first.