python2-breathe-apidoc
Sphinx autodox support for languages with doxygen support (Python 2)
Install
- All systems
-
curl cmd.cat/python2-breathe-apidoc.sh
- Debian
-
apt-get install python-breathe
- Ubuntu
-
apt-get install python-breathe
- Arch Linux
-
pacman -S python-breathe
- Kali Linux
-
apt-get install python-breathe
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-breathe
- Raspbian
-
apt-get install python-breathe
- Dockerfile
- dockerfile.run/python2-breathe-apidoc
python-breathe
Sphinx autodox support for languages with doxygen support (Python 2)
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 2.