summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/doxygen_basic_translate_runme.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'Issue-1643'William S Fulton2020-01-161-0/+10
|\
| * Fix pydoc null pointer dereference with missing arg typeJohn McFarland2019-10-271-0/+10
* | Flag optional arguments in doxygen pydoc outputJohn McFarland2019-08-071-1/+1
|/
* Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland2019-07-061-0/+2
* Ensure empty line before code and math blocks in doxygen pydocJohn McFarland2019-06-181-0/+1
* Remove extra newline before code block in doxygen python outputJohn McFarland2019-05-271-1/+0
* Remove extra newline from end of doxygen python \code commandJohn McFarland2019-05-251-1/+0
* Remove extra newline in beginning of doxygen python \code commandJohn McFarland2019-05-251-1/+0
* Correct python example headersWilliam S Fulton2018-05-251-2/+0
* PEP8 conformance for comment verifier moduleWilliam S Fulton2018-05-251-9/+9
* Switch Python Doxygen unit tests to use inspect.getdoc()Vadim Zeitlin2016-12-121-23/+23
* Don't indent Doxygen doc strings in generated Python code.Vadim Zeitlin2014-12-151-43/+36
* Document the return type when translating Doxygen @return to Python.Vadim Zeitlin2014-08-221-0/+2
* Fix translated Doxygen comments for overloaded functions in Python.Vadim Zeitlin2014-08-221-1/+2
* Simplify and make more efficient building Python docstrings.Vadim Zeitlin2014-08-221-3/+1
* Translate Doxygen code blocks to Sphinx code blocks.Vadim Zeitlin2014-08-221-1/+4
* Add a simple test of multiple parameters to Doxygen test suite.Vadim Zeitlin2014-08-221-0/+12
* Make Python parameters types hyperlinks in the doc strings.Vadim Zeitlin2014-08-221-1/+1
* Fix arguments of @param, @return etc translations to Python.Vadim Zeitlin2014-08-221-1/+1
* Use Sphinx-friendly formatting for overloaded functions documentation.Vadim Zeitlin2014-08-221-6/+4
* Use Python-ish, not C++, parameter types in Python documentation.Vadim Zeitlin2014-08-221-1/+1
* Use reST inline markup in PyDocConverter instead of Markdown.Vadim Zeitlin2014-08-131-6/+6
* Use Sphinx-compatible docstring format in PyDocConverter.Vadim Zeitlin2014-08-131-5/+5
* Merge latest master into doxygen branch again.Vadim Zeitlin2014-08-131-49/+49
* improved comment formatting for PythonMarko Klopcic2013-02-021-59/+65
* Added missing test part to python testsuiteDmitry Kabak2012-08-051-0/+6
* Fixed python doxygen_basic_translate runtime testDmitry Kabak2012-08-031-1/+4
* Implemented support for default args - overloaded functions, optional feature...Dmitry Kabak2012-08-021-1/+3
* Fixed and updated all doxygen python testsDmitry Kabak2012-07-231-0/+62