sphinx-tutorial/cpp-example/readme.md

19 lines
247 B
Markdown
Raw Normal View History

2024-01-22 18:12:01 +01:00
<div align="center">
# Sphinx documentation for C / C++
</div>
2024-01-22 18:15:21 +01:00
## :wrench: Dependencies installation
2024-01-22 18:12:01 +01:00
```sh
pip3 install sphinx breathe exhale
2024-01-22 18:12:01 +01:00
sudo apt-get install doxygen
```
## :rocket: Générer la documentation
2024-01-22 18:12:01 +01:00
```sh
cd docs
make html
```