1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: doxypy
Section: utils
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
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.
|