doxy.py is a translator from Doxygen xml output into the restructuredText format.
authorZhanna Tsitkov <tsitkova@mit.edu>
Thu, 23 Jun 2011 19:03:34 +0000 (19:03 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Thu, 23 Jun 2011 19:03:34 +0000 (19:03 +0000)
commit259e65828cdc1596eefa750d3b4c757ec0fc5f5d
treebef8dc31a361150e49bd0a06ac353cf378558a04
parent663ca373f4e08312c0416ef2bba94a688bfa17d8
doxy.py is a translator from Doxygen xml output into the restructuredText format.
The generated output may be used in Sphinx documentation project for the complete API and data type reference.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24983 dc483132-0cff-0310-8789-dd5450dbe970
doc/rst_tools/docmodel.py [new file with mode: 0644]
doc/rst_tools/doxy.py [new file with mode: 0644]
doc/rst_tools/doxybuilder_funcs.py [new file with mode: 0644]
doc/rst_tools/doxybuilder_types.py [new file with mode: 0644]
doc/rst_tools/func_document.tmpl [new file with mode: 0644]
doc/rst_tools/type_document.tmpl [new file with mode: 0644]