python3-breathe-apidoc
Sphinx autodox support for languages with doxygen support (Python 3)
Install
- All systems
-
curl cmd.cat/python3-breathe-apidoc.sh
- Debian
-
apt-get install python3-breathe
- Ubuntu
-
apt-get install python3-breathe
- Kali Linux
-
apt-get install python3-breathe
- Fedora
-
dnf install python3-breathe
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-breathe
- Raspbian
-
apt-get install python3-breathe
- Dockerfile
- dockerfile.run/python3-breathe-apidoc
python3-breathe
Sphinx autodox support for languages with doxygen support (Python 3)
Breathe provides a bridge between the Sphinx and doxygen documentation systems. It enables Sphinx to generate autodoc for languages other than Python with the help of doxygen. It also allows one to embed reStructuredText in doxygen markup. This package provides the module for Python 3.