![]() |
OpenMake Meister |
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. This Workflow Activity sets up Doxygen to be called as part of your Workflow
The source code directory is passed in as a parameter.
Install Instructions:
1. Download the latest version of Doxygen
- https://www.stack.nl/~dimitri/doxygen
2. Select the download link from the menu on the upper right https://www.stack.nl/~dimitri/doxygen/download.html#latestsrc
3. Under the binary distribution for Windows section, select either the ftp or http link next to setup.exe file for doxygen
4. Save to exe file to your hard drive
5. Launch the executable – Simply click next all the way through until finished
6. If you selected the defaults during the install doxygen should be installed to C:\Program Files\doxygen
7. Assuming that you installed doxygen to the folder indicated in step 6
- Locate the tools.properties file under %APPDATA%/openmake
- Modify DOXYGEN_BIN_DIR to the following DOXYGEN_BIN_DIR=C:\\Program Files\\doxygen\\bin
- Notice that there are two backslashes instead of 1 in the example