summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* removed files with classes wich were made obsolete by previous commitMarko Klopcic2012-08-264-275/+0
* refactored DoxygenParser: class Token is now nested in Doxygen parser because...Marko Klopcic2012-08-268-214/+521
* Fixed comments in the source codeDmitry Kabak2012-08-193-8/+11
* Fixed param description alignment in PyDoc translatorDmitry Kabak2012-08-191-8/+4
* Added support for const qualifier and references in link-objects in JavaDoc l...Dmitry Kabak2012-08-191-4/+17
* Fixed problems with new lines in JavaDoc translatorDmitry Kabak2012-08-192-11/+52
* Small cosmetic changes to generated commentsDmitry Kabak2012-08-171-2/+1
* Updated docsDmitry Kabak2012-08-162-1/+4
* Implemented missing runtime testsDmitry Kabak2012-08-165-29/+295
* Fixed structural command listDmitry Kabak2012-08-161-1/+1
* Fixed lots of PyDoc converter problems, see doxygen_tricky_constructs testDmitry Kabak2012-08-165-154/+169
* Now commands with no whitespace following them are also parsedDmitry Kabak2012-08-161-0/+8
* Made swig strip out all structural commentsDmitry Kabak2012-08-161-10/+9
* Made doxygen parsing switched off by defaultDmitry Kabak2012-08-134-16/+6
* Updated Doxygen warning systemDmitry Kabak2012-08-114-25/+36
* Renamed DoxygenComment to doxygen to better comply swig's attribute namingsDmitry Kabak2012-08-112-8/+8
* Improved unknown Doxygen commands handlingDmitry Kabak2012-08-101-1/+2
* Eliminate 'signed/unsigned comparison' compiler warningDmitry Kabak2012-08-101-1/+1
* Added some docs, updated project-planDmitry Kabak2012-08-093-7/+58
* Made comment output nicer, now printing _someword_ instead of _someword _Dmitry Kabak2012-08-092-4/+25
* Changed quoted strings handling. Also not missing any doxygen commands now.Dmitry Kabak2012-08-083-48/+52
* Various small code fixes. Some unwanted code removed.Dmitry Kabak2012-08-077-177/+36
* Added special doxygen features description to docsDmitry Kabak2012-08-051-9/+81
* Fixed possible bug: as the return value of makeDocumentation is never checked...Dmitry Kabak2012-08-052-2/+2
* Added doxygen:notranslate feature, to prevent running of automatic comment tr...Dmitry Kabak2012-08-054-6/+139
* Added missing test part to python testsuiteDmitry Kabak2012-08-051-0/+6
* Removed some old unused code from parser.yDmitry Kabak2012-08-031-29/+2
* Implemented automatic translation of links in doxygen comments, for example @...Dmitry Kabak2012-08-034-4/+269
* Fixed python doxygen_basic_translate runtime testDmitry Kabak2012-08-031-1/+4
* Fixed doxygen_basic_translate testcase. Why do I always have the tests messed...Dmitry Kabak2012-08-031-0/+15
* Fixed critical bug with doxygen comments, containing % symbolDmitry Kabak2012-08-031-8/+8
* Fixed doxygen_basic_translate java runtime testDmitry Kabak2012-08-021-1/+9
* Fixed problem with doxygen comments at the end of a file or in a file without...Marko Klopcic2012-08-023-8/+29
* Small fix to display params type correctly in PyDocConverterDmitry Kabak2012-08-021-1/+1
* Implemented support for default args - overloaded functions, optional feature...Dmitry Kabak2012-08-026-10/+66
* Made JavaDoc output nicerDmitry Kabak2012-07-301-1/+1
* Updated documentation, added description of PyDoc tagsDmitry Kabak2012-07-303-24/+519
* Expanded the Doxygen docsDmitry Kabak2012-07-293-96/+484
* Added nice doxygen debug switching (-debug-doxygen-parser and -debug-doxygen-...Dmitry Kabak2012-07-2910-15/+37
* Fixed numerous 'unused argument' warningsDmitry Kabak2012-07-292-12/+12
* Forgot to escape special HTML-chars in JavaDocConverterDmitry Kabak2012-07-293-8/+8
* Got rid of 81 reduce/reduce warnings in parser.yDmitry Kabak2012-07-281-30/+18
* Small fix to correctly generate overloaded method comments in pythonDmitry Kabak2012-07-251-0/+1
* Fixed some spelling in project planDmitry Kabak2012-07-251-6/+12
* Fixed and updated all doxygen python testsDmitry Kabak2012-07-234-24/+562
* Enhanced and unified all java doxygen testsDmitry Kabak2012-07-237-60/+333
* Added doxygen_basic_translate runtime test for javaDmitry Kabak2012-07-231-4/+46
* Fixed ignored commands in JavaDocConverterDmitry Kabak2012-07-231-0/+9
* Enhanced commentParser.java, improved string comparison (now ignoring whitesp...Dmitry Kabak2012-07-231-7/+23
* Some code refactoring and all of the doxy commands are working for the python...Dmitry Kabak2012-07-192-79/+103