Source: doxypy Section: utils Priority: optional Maintainer: David Paleino Build-Depends: debhelper (>= 7.0.50~), dh-python, python-all Standards-Version: 3.8.3 Homepage: http://code.foosel.org/doxypy Vcs-Git: git://git.debian.org/git/collab-maint/doxypy.git Vcs-Browser: http://git.debian.org/?p=collab-maint/doxypy.git Package: doxypy Architecture: all Depends: ${python:Depends}, ${misc:Depends} Recommends: doxygen Description: 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.