summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests updated according to fix for the link tag'gsoc2012-doxygenMarko Klopcic2013-04-223-4/+9
* Merge pull request #39 from diorcety/gsoc2012-doxygenMarko Klopcic2013-04-221-1/+2
|\
| * Fix link additional text in doxygenYann Diorcet2013-04-221-1/+2
|/
* Travis CI only on master and silent buildsWilliam S Fulton2013-03-171-1/+4
* First attempt at Travis Continuous integration buildsWilliam S Fulton2013-03-171-0/+5
* doxygen translation tests updated for tags 'anchor' and 'ref'Marko Klopcic2013-03-173-6/+30
* fixed bug in handling of ref tag in Java, added handling in PythonMarko Klopcic2013-03-178-27/+72
* added handling for tag ref in JavaMarko Klopcic2013-03-165-9/+71
* formatting updatedMarko Klopcic2013-02-231-784/+817
* added fix for word commands aqnd ellipsisMarko Klopcic2013-02-231-1/+5
* fixed leading spaces for the second row of table in pydoc, sources formattedMarko Klopcic2013-02-236-454/+641
* fixed bug with autodoc, manual updated with table description and tests descr...Marko Klopcic2013-02-213-8/+52
* improved handling of word commands if puntuation is following the word, prese...Marko Klopcic2013-02-218-129/+223
* fixed bug in handling of HTML tags, test addedMarko Klopcic2013-02-193-5/+24
* all doxygen tests passMarko Klopcic2013-02-155-46/+47
* HTML tags and entities tests pass for PythonMarko Klopcic2013-02-142-35/+44
* Translation of HTML tags to Python almost finishedMarko Klopcic2013-02-135-137/+216
* added handling of HTML tags and HTML entities to PyDocConverter, updated testsMarko Klopcic2013-02-125-30/+454
* updated two additional python doxygen testsMarko Klopcic2013-02-072-313/+338
* updated two additonal tests for python doxygen code commentsMarko Klopcic2013-02-062-37/+136
* updated test doxygen_misc_constructs for PythonMarko Klopcic2013-02-052-1/+70
* improved comment formatting for PythonMarko Klopcic2013-02-0210-142/+215
* refactored comment tokenizerMarko Klopcic2013-01-293-236/+212
* minor refactoring of CommentParser.javaMarko Klopcic2013-01-2912-42/+57
* only whitespace cnhanges and code comment updateMarko Klopcic2013-01-294-79/+86
* improved handling of @see tags - SWIG no longer crashes if right brace is mis...Marko Klopcic2013-01-283-12/+39
* commands \f? (LateX formulas) are no longer ignored - formulas are copied lit...Marko Klopcic2013-01-285-44/+33
* fixed bug with caption in command 'image'Marko Klopcic2013-01-274-13/+15
* fixed comments for enum types in Java - they were missing beforeMarko Klopcic2013-01-261-0/+10
* fixed handling of quoted text adn standalone backslash and @Marko Klopcic2013-01-237-25/+61
* warnings eliminated, examples fixed, only doxygen_misc_constructs is not work...Marko Klopcic2013-01-225-5/+116
* fixed handling of < and > when they are not used for html tagMarko Klopcic2013-01-215-17/+41
* fixed tests for HTML entities and handling of HTML entitiesMarko Klopcic2013-01-183-26/+26
* added handling of HTML entitiesMarko Klopcic2013-01-185-8/+94
* added tests for HTML tags, bugs in HTML tags fixedMarko Klopcic2013-01-186-5/+233
* added the missing doxy command 'example'Marko Klopcic2013-01-172-1/+7
* implemented translation of HTML tags - they are handled as a special class of...Marko Klopcic2013-01-166-30/+143
* updated test doxygen_translate, but there is one bug with unordered listMarko Klopcic2013-01-132-18/+19
* improved commands for escaped charactersMarko Klopcic2013-01-135-21/+53
* tests with escapes added, tests refactored - broken to smaller chunksMarko Klopcic2013-01-106-138/+220
* Parsing of comments to tokens rewritten so that html entities and html tags a...Marko Klopcic2013-01-106-169/+643
* Files Token.cpp and TokenList.cpp removed from makefile. TokenList was replac...m2013-01-101-5/+1
* fixed handling of /******/ comments, added tests for backslash handling, whic...Marko Klopcic2012-09-065-18/+106
* fixed prepending '*' to nontranslated comments by taking also tabs into accountMarko Klopcic2012-08-302-6/+6
* if feature doxygen:notranslate is used, comments are now properly decorated w...Marko Klopcic2012-08-293-17/+87
* fixed doxy documentation (also shortened lines), added test for discovered bu...Marko Klopcic2012-08-283-90/+181
* fixed doxygen tests after renameMarko Klopcic2012-08-282-2/+2
* renamed test caseMarko Klopcic2012-08-275-42/+32
* more refactoring, typedefs were introduced, DoxyCommandEnum moved to DoxygenP...Marko Klopcic2012-08-265-135/+230
* refactored DoxygenEntity classMarko Klopcic2012-08-267-253/+155