This is a demo application which shows how to automatically generate documentation using Doxygen, Breathe and Sphinx.
This README file should be included in the docs as the main page.
sudo apt install doxygen
pip install sphinx sphinx_rtd_theme breathe m2r2
To build the project, first cd to its directory, and then run:
cmake -S . -B build
cmake --build build
The documents with be generated in build/doc
.