aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/doxygen_basic_translate_runme.py
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainllvm-r522817Alistair Delva
2019-07-06Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland
2019-06-18Ensure empty line before code and math blocks in doxygen pydocJohn McFarland
2019-05-27Remove extra newline before code block in doxygen python outputJohn McFarland
2019-05-25Remove extra newline from end of doxygen python \code commandJohn McFarland
2019-05-25Remove extra newline in beginning of doxygen python \code commandJohn McFarland
2018-05-25Correct python example headersWilliam S Fulton
2018-05-25PEP8 conformance for comment verifier moduleWilliam S Fulton
2016-12-12Switch Python Doxygen unit tests to use inspect.getdoc()Vadim Zeitlin
2014-12-15Don't indent Doxygen doc strings in generated Python code.Vadim Zeitlin
2014-08-22Document the return type when translating Doxygen @return to Python.Vadim Zeitlin
2014-08-22Fix translated Doxygen comments for overloaded functions in Python.Vadim Zeitlin
2014-08-22Simplify and make more efficient building Python docstrings.Vadim Zeitlin
2014-08-22Translate Doxygen code blocks to Sphinx code blocks.Vadim Zeitlin
2014-08-22Add a simple test of multiple parameters to Doxygen test suite.Vadim Zeitlin
2014-08-22Make Python parameters types hyperlinks in the doc strings.Vadim Zeitlin
2014-08-22Fix arguments of @param, @return etc translations to Python.Vadim Zeitlin
2014-08-22Use Sphinx-friendly formatting for overloaded functions documentation.Vadim Zeitlin
2014-08-22Use Python-ish, not C++, parameter types in Python documentation.Vadim Zeitlin
2014-08-13Use reST inline markup in PyDocConverter instead of Markdown.Vadim Zeitlin
2014-08-13Use Sphinx-compatible docstring format in PyDocConverter.Vadim Zeitlin
2014-08-13Merge latest master into doxygen branch again.Vadim Zeitlin
2013-02-02improved comment formatting for PythonMarko Klopcic
2012-08-05Added missing test part to python testsuiteDmitry Kabak
2012-08-03Fixed python doxygen_basic_translate runtime testDmitry Kabak
2012-08-02Implemented support for default args - overloaded functions, optional feature...Dmitry Kabak
2012-07-23Fixed and updated all doxygen python testsDmitry Kabak