summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/doxygen_translate_runme.py
Commit message (Expand)AuthorAgeFilesLines
* Fix doxygen translation of \p command for pythonJohn McFarland2019-09-151-1/+1
* Remove extra newline before code block in doxygen python outputJohn McFarland2019-05-271-1/+0
* Eliminate extra newlines in doxygen python \verbatim blocksJohn McFarland2019-05-251-2/+0
* Remove extra newline from end of doxygen python \code commandJohn McFarland2019-05-251-1/+0
* Fix python doxygen indentation for inline \code commandJohn McFarland2019-05-251-1/+1
* Correct python example headersWilliam S Fulton2018-05-251-2/+0
* PEP8 conformance for comment verifier moduleWilliam S Fulton2018-05-251-5/+5
* Switch Python Doxygen unit tests to use inspect.getdoc()Vadim Zeitlin2016-12-121-14/+10
* Don't indent Doxygen doc strings in generated Python code.Vadim Zeitlin2014-12-151-155/+151
* Document the return type when translating Doxygen @return to Python.Vadim Zeitlin2014-08-221-0/+3
* Translate Doxygen code blocks to Sphinx code blocks.Vadim Zeitlin2014-08-221-1/+5
* Fix arguments of @param, @return etc translations to Python.Vadim Zeitlin2014-08-221-14/+14
* Use reST inline markup in PyDocConverter instead of Markdown.Vadim Zeitlin2014-08-131-21/+21
* Use Sphinx-compatible docstring format in PyDocConverter.Vadim Zeitlin2014-08-131-12/+12
* Merge latest master into doxygen branch again.Vadim Zeitlin2014-08-131-152/+152
* fixed leading spaces for the second row of table in pydoc, sources formattedMarko Klopcic2013-02-231-0/+18
* improved handling of word commands if puntuation is following the word, prese...Marko Klopcic2013-02-211-12/+12
* HTML tags and entities tests pass for PythonMarko Klopcic2013-02-141-15/+24
* Translation of HTML tags to Python almost finishedMarko Klopcic2013-02-131-74/+64
* added handling of HTML tags and HTML entities to PyDocConverter, updated testsMarko Klopcic2013-02-121-1/+118
* updated two additional python doxygen testsMarko Klopcic2013-02-071-141/+126
* improved comment formatting for PythonMarko Klopcic2013-02-021-0/+0
* Fixed lots of PyDoc converter problems, see doxygen_tricky_constructs testDmitry Kabak2012-08-161-3/+3
* Fixed and updated all doxygen python testsDmitry Kabak2012-07-231-0/+148