summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/doxygen_translate_all_tags_runme.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for missing space after \endlink in doxygenJohn McFarland2020-05-021-1/+1
* Fix doxygen translation of \p command for pythonJohn McFarland2019-09-151-1/+1
* Fix doxygen handling of \em tag for pythonJohn McFarland2019-09-151-1/+1
* Add parameter direction to doxygen pydoc outputJohn McFarland2019-08-071-3/+3
* Support doxygen \param[] commandsJohn McFarland2019-08-071-1/+7
* Ensure empty line before code and math blocks in doxygen pydocJohn McFarland2019-06-181-1/+15
* Remove extra newline before code block in doxygen python outputJohn McFarland2019-05-271-1/+0
* Eliminate extra newlines around doxygen python block mathJohn McFarland2019-05-251-4/+0
* Eliminate extra newlines in doxygen python \verbatim blocksJohn McFarland2019-05-251-2/+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-11/+11
* Switch Python Doxygen unit tests to use inspect.getdoc()Vadim Zeitlin2016-12-121-62/+26
* Fix missing returns in the Doxygen test suite code.Vadim Zeitlin2015-02-171-3/+3
* Don't indent Doxygen doc strings in generated Python code.Vadim Zeitlin2014-12-151-115/+112
* 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-3/+3
* Implement translation of Doxygen formulae to Sphinx notation.Vadim Zeitlin2014-08-221-3/+7
* Use reST inline markup in PyDocConverter instead of Markdown.Vadim Zeitlin2014-08-131-11/+11
* Use Sphinx-compatible docstring format in PyDocConverter.Vadim Zeitlin2014-08-131-11/+11
* Merge latest master into doxygen branch again.Vadim Zeitlin2014-08-131-107/+107
* doxygen translation tests updated for tags 'anchor' and 'ref'Marko Klopcic2013-03-171-1/+16
* fixed bug in handling of ref tag in Java, added handling in PythonMarko Klopcic2013-03-171-0/+6
* improved handling of word commands if puntuation is following the word, prese...Marko Klopcic2013-02-211-17/+17
* all doxygen tests passMarko Klopcic2013-02-151-1/+1
* added handling of HTML tags and HTML entities to PyDocConverter, updated testsMarko Klopcic2013-02-121-20/+117
* updated two additional python doxygen testsMarko Klopcic2013-02-071-172/+212
* improved comment formatting for PythonMarko Klopcic2013-02-021-0/+0
* Fixed lots of PyDoc converter problems, see doxygen_tricky_constructs testDmitry Kabak2012-08-161-144/+1
* Changed quoted strings handling. Also not missing any doxygen commands now.Dmitry Kabak2012-08-081-6/+7
* Fixed and updated all doxygen python testsDmitry Kabak2012-07-231-0/+320