summaryrefslogtreecommitdiff
path: root/Examples/test-suite/doxygen_misc_constructs.i
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error for misplaced Doxygen comment after struct/class member.William S Fulton2022-12-061-0/+7
* Improved handling of Doxygen comments in parameter listsWilliam S Fulton2022-12-051-0/+21
* Fix syntax error parsing of Doxygen comments after last enum itemWilliam S Fulton2022-12-031-0/+11
* Fix parsing of unconventional Doxygen post comments for enum items.William S Fulton2022-12-031-1/+24
* Fix for missing space after \endlink in doxygenJohn McFarland2020-05-021-2/+2
* Don't crash if type is not available in Python Doxygen codeVadim Zeitlin2019-04-201-0/+3
* Misc. typo and whitespace fixesluz.paz2018-09-191-14/+14
* Format files to unix formatWilliam S Fulton2018-05-251-124/+124
* Use "//", not "#", for comments in SWIG input.Vadim Zeitlin2014-09-101-2/+2
* Give warnings for unknown Doxygen commands in Doxygen parser.Vadim Zeitlin2014-09-031-0/+2
* Preserve relative indentation when parsing Doxygen comments.Vadim Zeitlin2014-08-221-0/+14
* all doxygen tests passMarko Klopcic2013-02-151-1/+1
* tests with escapes added, tests refactored - broken to smaller chunksMarko Klopcic2013-01-101-1/+1
* fixed handling of /******/ comments, added tests for backslash handling, whic...Marko Klopcic2012-09-061-12/+15
* fixed prepending '*' to nontranslated comments by taking also tabs into accountMarko Klopcic2012-08-301-1/+1
* if feature doxygen:notranslate is used, comments are now properly decorated w...Marko Klopcic2012-08-291-10/+9
* fixed doxy documentation (also shortened lines), added test for discovered bu...Marko Klopcic2012-08-281-27/+21
* fixed doxygen tests after renameMarko Klopcic2012-08-281-1/+1
* renamed test caseMarko Klopcic2012-08-271-0/+112