Skip to content

2. Building Doxgen documentations ‐ Optional

Pradosh edited this page Jan 15, 2025 · 1 revision

Building the FrostWing Doxygen documentation

Note

Slower Method below

If you want to have the doxygen documentation (for some reason), it's enough to just run

 doxygen

inside the repository folder. A directory called docs will be created which should contain the generated html documentation. The main html file is located at: docs/html/index.html

Note

Better Method below

Visit Doxygen Documentation for FrostWing for pre-compiled documentations.