-
Notifications
You must be signed in to change notification settings - Fork 23
How to Generate the Documentation
Marcus Hudritsch edited this page Jul 6, 2022
·
7 revisions
Clone the GIT Repo SLProject_doc
- Clone GIT Repo SLProject_doc into the SLProject folder
- Rename the folder into _doc
Download Doxygen and the Graphviz tool
- Doxygen is a tool that can generate an HTML documentation from the source code.
- You can download it for free at: https://doxygen.nl/
- Install Doxygen with default options.
- For the graphics inside the documentation Doxygen uses the Graphviz tool.
- You can download it for free at: http://www.graphviz.org/
- Install the Graphviz tool with default option.
- On MacOS you can install both tools with
brew install graphviz
Generate the HTML-Documentation
- Open the Doxygen.exe (or .app on MacOS)
- Over the menu File > Open ... open the file
Doxyfile
in the folder _doc. - Under Project adapt the
Project version or id
- Under Project select the SLProject.png in the folder _doc as logo.
- The documentation is generated into the folder _doc
- After generation open the index.html page inside the _doc folder.