Version 6 (modified by knoop, 9 years ago) (diff) |
---|
How to create source code documentation using doxygen
Doxygen is a tool for generating documentation from annotated source code. Please follow the instructions below to generate a PALM source code documentation using doxygen.
- Make sure you have doxygen, dot and LaTeX installed on your system.
- To generate the PALM source code documentation just run:
generate_documentation
Doxygen will create a directory called documentation in your base_directory, which contains a HTML and a PDF version of the PALM source code documentation. - To explore the generated HTML documentation, please open documentation/PALM_doc.html with your favorite browser.
- To explore the generated PDF documentation, please open documentation/PALM_doc.pdf with your favorite pdf viewer.