Difference between revisions of "Doxygen"
Jump to navigation
Jump to search
import>Mp466 |
import>Mp466 |
||
Line 1: | Line 1: | ||
+ | == Doxygen == |
||
+ | |||
Doxygen is source code documentation generator for a variety of programming languages such as C, C++, and Fortran. |
Doxygen is source code documentation generator for a variety of programming languages such as C, C++, and Fortran. |
||
+ | It produces output in both latex, html and rtf. It is highly configurable, and has load of online documentation. |
||
+ | Getting started is easy with the included config file. Simply run doxygen in the directory with your fortran |
||
+ | source code. For this configurateion latex and html output directories will be generated. To compile the latex, simple run make. |
||
+ | |||
+ | <pre> |
||
+ | doxygen doxygen_fortran_config |
||
+ | </pre> |
Revision as of 03:20, 19 October 2009
Doxygen
Doxygen is source code documentation generator for a variety of programming languages such as C, C++, and Fortran. It produces output in both latex, html and rtf. It is highly configurable, and has load of online documentation. Getting started is easy with the included config file. Simply run doxygen in the directory with your fortran source code. For this configurateion latex and html output directories will be generated. To compile the latex, simple run make.
doxygen doxygen_fortran_config