-
Notifications
You must be signed in to change notification settings - Fork 152
Technical documentation
Nicholas Hannah edited this page Apr 16, 2015
·
19 revisions
We are (slowly) migrating to doxygen-style comments for API and in-code documentation.
To use doxygen to generate HTML do the following:
cd MOM6-examples/src/MOM6
git clone https://github.com/doxygen/doxygen
(cd doxygen; ./configure)
(cd doxygen; make)
./doxygen/bin/doxygen .doxygen
This will create HTML files in the directory html/
. You can then view the doxygen pages by pasting the following path into the URL bar of your web browser:
file://<full_path_to_MOM6_examples/MOM6-examples/src/MOM6/html/index.html