[HelpOnLanguages] [TitleIndex] [WordIndex]

HowToGenerateCodeDocumentation

These are the steps to generate code documentation:

doxygen doc/openModeller_full_html.doxygen

Man pages can be converted to HTML using:

cd src/console/man
man2html -M "/" -H "openmodeller.cria.org.br/cmd" om_xxx.1 > om_xxx.html

2014-08-13 10:36