Generate doxygen documentation for SciCell++
This allows you to create class diagrams and browseable documentation directly from the source code of SciCell++.
You need to install Doxygen and Latex to generate documentation from source code.
You may check this section for doxygen installation.
Workflow
Open a command line and go to the main folder of the project.
In the command line type the following:
./tools/user/make_doc.sh
Voila! The documentation will be automatically generated into the
./doxy_doc/htmlfolder.Open the file
./doxy_doc/html/index.htmlwithin your favorite web-browser to browse the documentation.