doxypy
Python input filter for Doxygen
Install
- All systems
-
curl cmd.cat/doxypy.sh
- Debian
-
apt-get install doxypy
- Ubuntu
-
apt-get install doxypy
- Kali Linux
-
apt-get install doxypy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install doxypy
- Raspbian
-
apt-get install doxypy
- Dockerfile
- dockerfile.run/doxypy
doxypy
Python input filter for Doxygen
doxypy is an input filter for Doxygen. It reformats Python comments to conform to Doxygen documentation blocks. This makes it possible to use the Doxygen/Javadoc syntax inside of docstrings when writing code documentation and automatically generate API documentation out of it instead of being forced to use non-Python documentation blocks or to document code redundantly.