sphinx-tutorial/cpp-example
2024-01-23 17:43:24 +01:00
..
docs Working cpp documentation breathe + exhale 2024-01-23 17:07:41 +01:00
include Working cpp documentation breathe + exhale 2024-01-23 17:43:24 +01:00
src Working cpp documentation breathe + exhale 2024-01-23 17:43:24 +01:00
.gitignore initial commit 2024-01-22 18:12:01 +01:00
CMakeLists.txt initial commit 2024-01-22 18:12:01 +01:00
readme.md Working cpp documentation breathe + exhale 2024-01-23 17:43:24 +01:00

Sphinx documentation for C / C++

🔧 Dependencies installation

pip3 install sphinx breathe exhale
sudo apt-get install doxygen

🚀 Générer la documentation

cd docs
make html