swig/Source/DoxygenTranslator/src
Vadim Zeitlin dc3102a535 Pass the node the Doxygen comment is attached to to DoxygenParser.
This will be needed to take into account various Doxygen-specific features
that can be attached to this node.
2014-09-03 17:28:23 +02:00
..
Examples Add new GPL license headers to source files added in this branch 2010-03-06 11:47:21 +00:00
DoxygenCommands.h fixed leading spaces for the second row of table in pydoc, sources formatted 2013-02-23 15:20:27 +01:00
DoxygenEntity.cpp Parsing of comments to tokens rewritten so that html entities and html tags are now treated as commands. Whitespaces are also preserved more acurately, so some doxygen tests fail at the moment 2013-01-10 08:51:56 +01:00
DoxygenEntity.h more refactoring, typedefs were introduced, DoxyCommandEnum moved to DoxygenParser 2012-08-26 20:07:57 +00:00
DoxygenParser.cpp Pass the node the Doxygen comment is attached to to DoxygenParser. 2014-09-03 17:28:23 +02:00
DoxygenParser.h Pass the node the Doxygen comment is attached to to DoxygenParser. 2014-09-03 17:28:23 +02:00
DoxygenTranslator.cpp Replace DoxygenTranslator debug parameters with a single flags one. 2014-08-13 16:11:30 +02:00
DoxygenTranslator.h Replace DoxygenTranslator debug parameters with a single flags one. 2014-08-13 16:11:30 +02:00
JavaDocConverter.cpp Pass the node the Doxygen comment is attached to to DoxygenParser. 2014-09-03 17:28:23 +02:00
JavaDocConverter.h Replace DoxygenTranslator debug parameters with a single flags one. 2014-08-13 16:11:30 +02:00
PyDocConverter.cpp Pass the node the Doxygen comment is attached to to DoxygenParser. 2014-09-03 17:28:23 +02:00
PyDocConverter.h Translate Doxygen code blocks to Sphinx code blocks. 2014-08-22 17:45:23 +02:00