What is this for?

Doxygen can generate detailed documentation for the COSMOS software, far beyond the documentation included on this website.

Generating the Docs

Enter the following a terminal window:

$ cd ~/cosmos/source/core/docs/doxygen
$ doxygen

You can then view the generated site by running:

$ xdg-open 1.0.2/index.html

Optionally, you can navigate in the file explorer to the ~/cosmos/source/core/docs/doxygen/1.0.2 folder and open up the index.html file.