Changes between Version 2 and Version 3 of doc/tec/doxygen
- Timestamp:
- Oct 13, 2015 8:59:43 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/doxygen
v2 v3 3 3 [[http://www.stack.nl/~dimitri/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. 4 4 5 1. Make sure you have doxygeninstalled on your system.5 1. Make sure you have [[http://www.stack.nl/~dimitri/doxygen/download.html|doxygen]] and [[http://www.graphviz.org/|dot]] installed on your system. 6 6 2. Go to the {{{trunk/DOC/}}} directory, which contains the file {{{palm2doxygen.config}}}. 7 7 3. Execute doxygen as follows: … … 11 11 Doxygen will create a directory called {{{trunk/DOC/doxygen}}}, which contains a HTML and a PDF version (LaTeX sources) of the PALM source code documentation. 12 12 4. To explore the generated HTML documentation, please open {{{trunk/DOC/doxygen/html/index.html}}} with your favorite browser. 13 5. To explore the generated PDF documentation, all LaTeX files in {{{trunk/DOC/doxygen/latex/}}} must be compiled by running the following command in this directory:13 5. To explore the generated PDF documentation, please go to {{{trunk/DOC/doxygen/latex/}}} and build the PDF documentation by executing the following command (LaTex compiler required): 14 14 {{{ 15 15 make pdf