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.
Last modified 6 years ago
Last modified on Nov 19, 2018 5:19:56 PM