summaryrefslogtreecommitdiff
Commit message (Collapse)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
|\ | | | | | | | | | | | | | | | | This merge fixes doxygen '\link' tag when converted to Javadoc. Before this fix: \link SomeAnotherClass#classMethodExtended(int, int) a link text \endlink --> {@link SomeAnotherClass#classMethodExtended(int,int) } Result after the fix: {@link SomeAnotherClass#classMethodExtended(int,int) a link text} Test case 'doxygen_parsing.i' was updated to reflect this fix.
| * 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 ↵Marko Klopcic2013-02-213-8/+52
| | | | description
* improved handling of word commands if puntuation is following the word, ↵Marko Klopcic2013-02-218-129/+223
| | | | preserved spaces at start of comment line
* 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 ↵Marko Klopcic2013-01-283-12/+39
| | | | missing
* commands \f? (LateX formulas) are no longer ignored - formulas are copied ↵Marko Klopcic2013-01-285-44/+33
| | | | literally to Java comments
* 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 ↵Marko Klopcic2013-01-225-5/+116
| | | | working now
* 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 ↵Marko Klopcic2013-01-166-30/+143
| | | | of commands
* 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 ↵Marko Klopcic2013-01-106-169/+643
| | | | are now treated as commands. Whitespaces are also preserved more acurately, so some doxygen tests fail at the moment
* Files Token.cpp and TokenList.cpp removed from makefile. TokenList was ↵m2013-01-101-5/+1
| | | | replaced with std::vecor, Token is now nested class of DoxygenParser
* fixed handling of /******/ comments, added tests for backslash handling, ↵Marko Klopcic2012-09-065-18/+106
| | | | | | which fail git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13733 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fixed prepending '*' to nontranslated comments by taking also tabs into accountMarko Klopcic2012-08-302-6/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13731 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* if feature doxygen:notranslate is used, comments are now properly decorated ↵Marko Klopcic2012-08-293-17/+87
| | | | | | with '*'s. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13730 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fixed doxy documentation (also shortened lines), added test for discovered ↵Marko Klopcic2012-08-283-90/+181
| | | | | | bug reltaed to nested enums git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13728 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fixed doxygen tests after renameMarko Klopcic2012-08-282-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13727 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* renamed test caseMarko Klopcic2012-08-275-42/+32
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13726 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* more refactoring, typedefs were introduced, DoxyCommandEnum moved to ↵Marko Klopcic2012-08-265-135/+230
| | | | | | DoxygenParser git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13725 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* refactored DoxygenEntity classMarko Klopcic2012-08-267-253/+155
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13724 626c5289-ae23-0410-ae9c-e8d60b6d4f22