swig/Source/DoxygenTranslator/src
Vadim Zeitlin 45ecc9cb84 Fix trimming whitespace from Doxygen comments.
Also trim the string (making it empty) if it consists solely of whitespace.
2015-02-17 00:10:37 +01: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 Remove any whitespace before ignored Doxygen commands. 2014-12-17 04:57:17 +01:00
DoxygenParser.h Add a possibility to flexibly ignore custom Doxygen tags. 2014-09-11 01:39:42 +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 Fix trimming whitespace from Doxygen comments. 2015-02-17 00:10:37 +01:00
PyDocConverter.h Translate Doxygen code blocks to Sphinx code blocks. 2014-08-22 17:45:23 +02:00