This project provides a modern Doxygen setup using the Doxygen Awesome theme.
Prerequisites:
- Doxygen installed (via your package manager)
Build the documentation:
cmake -S . -B build -DTHREADSCHEDULE_BUILD_DOCS=ON
cmake --build build --target docs
Open the generated HTML:
- build/docs/doxygen/html/index.html
Notes:
- The Awesome theme assets are automatically downloaded into the build directory during configure.
- The documentation includes headers under include/ and uses the repository README.md as the landing page.
Additional guides: