3 | | Doxygen is a tool for turning inline documentation into html documents for easier viewing of code/comments. Doxygen is a bit fickle especially when it comes to fortran so there are a few things to be aware of. |
| 3 | Doxygen is a tool for turning inline documentation into html documents for easier viewing of code/comments. There are two doxygen config files in the code repository that can be used to produce documentation. |
| 4 | * To generate documentation for the wiki, run {{{doxygen dox-config-scrambler}}}. This will create a {{{doc}}} directory containing html source. This should then be copied to {{{/cloverdata/trac/astrobear/doc/doxygen}}} so it can be viewed using the Doxygen tab. |
| 5 | * Running {{{doxygen dox-config-scrambler-with-warnings}}} will produce a file {{{dox-warnlog.txt}}} which can be used to check for documentation related warnings. |
| 6 | |
| 7 | Doxygen is a bit fickle especially when it comes to fortran so there are a few things to be aware of. |