Doxygen
De WikiLICC
Cria documentacão de software (Fortran, C e outros)
Crie um arquivo de configuraćão:
[usuario] $ doxygen -g
Edite o arquivo (habilitando algumas općões)
[usuario] $ vi Doxyfile .. PROJECT_NAME OPTIMIZE_FOR_FORTRAN (set to YES) EXTRACT_ALL (set to YES) EXTRACT_PRIVATE (set to YES) EXTRACT_STATIC (set to YES) INPUT (in my case it is “./code”) FILE_PATTERNS (if extension is not .f90) HAVE_DOT (set to YES) CALL_GRAPH (set to YES) CALLER_GRAPH (set to YES if you want) DOT_PATH (if the dot program from graphviz is not in your $PATH)
Para criar a documentaćão rode
[usuario] $ doxygen Doxyfile