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 | | 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, please go to {{{trunk/DOC/doxygen/latex/}}} and build the PDF documentation by executing the following command (LaTex compiler required): |
14 | | {{{ |
15 | | make pdf |
16 | | }}} |
17 | | The PDF documentation is now available in the file {{{trunk/DOC/doxygen/latex/refman.pdf}}} |
| 11 | 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. |
| 12 | 4. To explore the generated HTML documentation, please open {{{documentation/PALM_doc.html}}} with your favorite browser. |
| 13 | 5. To explore the generated PDF documentation, please open {{{documentation/PALM_doc.pdf}}} with your favorite pdf viewer. |