sphinx-tutorial/cpp-example
2024-01-22 18:12:01 +01:00
..
docs initial commit 2024-01-22 18:12:01 +01:00
include initial commit 2024-01-22 18:12:01 +01:00
src initial commit 2024-01-22 18:12:01 +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 initial commit 2024-01-22 18:12:01 +01:00

Sphinx documentation for C / C++

## 🔧 Dependencies installation

pip3 install sphinx breathe
sudo apt-get install doxygen

## 🚀 Compile documentation

cd docs
make html