Doxypy Installation On A Debian, Ubuntu, Kali And Raspbian

Doxypy Installation On A Debian, Ubuntu, Kali And Raspbian

doxypy

Python input filter for Doxygen

Maintainer: David Paleino



Section: utils

Install doxypy

  • Debian apt-get install doxypy Click to copy
  • Ubuntu apt-get install doxypy Click to copy
  • Kali Linux apt-get install doxypy Click to copy
  • Raspbian apt-get install doxypy Click to copy

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.

Install the latest version of doxypy in Debian, Ubuntu, Kali and Raspbian from terminal. To install the doxypy just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of doxypy from the respository and install it in your computer/server.