These are the steps to generate code documentation:
Install doxygen if you don't have it (http://www.doxygen.org).
- Go to the openModeller source directory.
- Run:
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