swig/Source/DoxygenTranslator/src
Vadim Zeitlin 8b83976f4c Fix arguments of @param, @return etc translations to Python.
For the parameter documentation to be really taken as such, in its entirety,
by Sphinx, it must be indented relative to the :param: tag. Do this by
appending an extra indent after every line of the output and work around the
unnecessary indent of the last line by removing the trailing whitespace.

This required updating the existing tests and removing the expected but not
present any more whitespace from them, but as trailing whitespace in the
documentation is at best insignificant (and at worst harmful) anyhow, this is
not a big price to pay for simpler translator code.
2014-08-22 17:45:22 +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 Preserve relative indentation when parsing Doxygen comments. 2014-08-22 17:45:22 +02:00
DoxygenParser.h refactored comment tokenizer 2013-01-29 22:58:10 +01: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 Replace DoxygenTranslator debug parameters with a single flags one. 2014-08-13 16:11:30 +02:00
JavaDocConverter.h Replace DoxygenTranslator debug parameters with a single flags one. 2014-08-13 16:11:30 +02:00
PyDocConverter.cpp Fix arguments of @param, @return etc translations to Python. 2014-08-22 17:45:22 +02:00
PyDocConverter.h Fix arguments of @param, @return etc translations to Python. 2014-08-22 17:45:22 +02:00