summaryrefslogtreecommitdiff
path: root/Source/Doxygen
Commit message (Expand)AuthorAgeFilesLines
* Use https for swig.org linksOlly Betts2022-10-0611-11/+11
* Fix python/c++ coding confusion!William S Fulton2022-10-061-1/+1
* Doxygen Java fix quoting for \image commandWilliam S Fulton2022-10-061-1/+5
* Improve #include guard macrosOlly Betts2022-07-195-10/+10
* Recognise and ignore Doxygen group commands @{ and @}Olly Betts2022-04-072-1/+3
* Fix typos in docs and commentsOlly Betts2022-02-272-2/+2
* Mark error messages more consistentOlly Betts2022-02-251-2/+2
* [doxygen] Fix crash on unclosed HTML tagOlly Betts2022-01-261-1/+4
* Fix typosDimitris Apostolou2021-11-172-3/+3
* Don't use invalid iterators in Doxygen command parsing codeVadim Zeitlin2021-02-221-0/+12
* Fix for missing space after \endlink in doxygenJohn McFarland2020-05-021-0/+4
* Fix segfault parsing varargs with -doxygenWilliam S Fulton2020-01-161-6/+6
* Merge branch 'Issue-1643'William S Fulton2020-01-161-5/+4
|\
| * Fix pydoc null pointer dereference with missing arg typeJohn McFarland2019-10-271-5/+4
* | 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
* | Special handling for python doctest code blocksJohn McFarland2019-08-071-12/+23
* | Handle doxygen code command with language optionJohn McFarland2019-08-072-10/+31
* | Improve doxygen parser handling of \code contentJohn McFarland2019-08-072-3/+17
* | Flag optional arguments in doxygen pydoc outputJohn McFarland2019-08-072-0/+29
* | Add parameter direction to doxygen pydoc outputJohn McFarland2019-08-071-1/+28
* | Support doxygen \param[] commandsJohn McFarland2019-08-074-5/+34
|/
* Add iterator safety check in DoxygenParser::parseJohn McFarland2019-07-061-1/+7
* Doxygen comment parsing fix for empty lines in code/verbatim blocksJohn McFarland2019-07-061-0/+12
* Merge branch 'doxy/space'William S Fulton2019-06-282-15/+83
|\
| * Ensure empty line before code and math blocks in doxygen pydocJohn McFarland2019-06-181-2/+39
| * Remove extra newline before code block in doxygen python outputJohn McFarland2019-05-271-1/+0
| * Clarify python doxygen code block indentation handlingJohn McFarland2019-05-261-4/+6
| * Cleanup of pydoc translator newline trimmingJohn McFarland2019-05-261-12/+18
| * Fix bug in doxygen python code block indentJohn McFarland2019-05-251-1/+1
| * Eliminate extra newlines around doxygen python block mathJohn McFarland2019-05-251-3/+0
| * Eliminate extra newlines in doxygen python \verbatim blocksJohn McFarland2019-05-252-1/+19
| * Remove extra newline from end of doxygen python \code commandJohn McFarland2019-05-251-3/+7
| * Remove extra newline in beginning of doxygen python \code commandJohn McFarland2019-05-251-0/+5
| * Fix python doxygen indentation for inline \code commandJohn McFarland2019-05-251-1/+1
* | Misc. documentation and source comment typo fixesluz.paz2019-05-281-1/+1
|/
* Don't crash if type is not available in Python Doxygen codeVadim Zeitlin2019-04-201-1/+6
* Visual C++ 64-bit warning fixes in doxygen sourcesWilliam S Fulton2018-12-062-8/+8
* Correct JavaDoc from doxygen comments indentationWilliam S Fulton2018-06-173-6/+24
* Fix Java doxygen:notranslate for single line commentsWilliam S Fulton2018-06-161-1/+4
* Doxygen warnings cleanupWilliam S Fulton2018-06-051-27/+26
* Doxygen source renameWilliam S Fulton2018-05-2611-0/+4271