Marko Klopcic
1bf26f216d
tests updated according to fix for the link tag'
2013-04-22 23:08:50 +02:00
Marko Klopcic
ec3240ecfd
Merge pull request #39 from diorcety/gsoc2012-doxygen
...
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.
2013-04-22 13:25:17 -07:00
Yann Diorcet
b2c5c70f1b
Fix link additional text in doxygen
2013-04-22 14:28:24 +02:00
William S Fulton
d8e7b09323
Travis CI only on master and silent builds
2013-03-17 21:13:38 +00:00
William S Fulton
9549a960b8
First attempt at Travis Continuous integration builds
2013-03-17 21:13:38 +00:00
Marko Klopcic
02d0acfbb3
doxygen translation tests updated for tags 'anchor' and 'ref'
2013-03-17 21:42:22 +01:00
Marko Klopcic
4663fce63c
fixed bug in handling of ref tag in Java, added handling in Python
2013-03-17 20:09:34 +01:00
Marko Klopcic
4e2c1e3ac3
added handling for tag ref in Java
2013-03-16 10:53:48 +01:00
Marko Klopcic
00ff8886c6
formatting updated
2013-02-23 16:46:14 +01:00
Marko Klopcic
530d65a98c
added fix for word commands aqnd ellipsis
2013-02-23 16:44:09 +01:00
Marko Klopcic
3b7908fa6e
fixed leading spaces for the second row of table in pydoc, sources formatted
2013-02-23 15:20:27 +01:00
Marko Klopcic
9cd379b800
fixed bug with autodoc, manual updated with table description and tests description
2013-02-21 22:50:15 +01:00
Marko Klopcic
b5dea7456b
improved handling of word commands if puntuation is following the word, preserved spaces at start of comment line
2013-02-21 09:05:11 +01:00
Marko Klopcic
2a8b20785e
fixed bug in handling of HTML tags, test added
2013-02-19 07:25:13 +01:00
Marko Klopcic
fa8fc4baf3
all doxygen tests pass
2013-02-15 23:05:14 +01:00
Marko Klopcic
9b52972c24
HTML tags and entities tests pass for Python
2013-02-14 21:53:09 +01:00
Marko Klopcic
0b6bc80038
Translation of HTML tags to Python almost finished
2013-02-13 23:06:20 +01:00
Marko Klopcic
560dedb6c0
added handling of HTML tags and HTML entities to PyDocConverter, updated tests
2013-02-12 22:58:50 +01:00
Marko Klopcic
77b6099c05
updated two additional python doxygen tests
2013-02-07 08:46:38 +01:00
Marko Klopcic
08093ec17e
updated two additonal tests for python doxygen code comments
2013-02-06 22:59:30 +01:00
Marko Klopcic
ee3e4024a6
updated test doxygen_misc_constructs for Python
2013-02-05 07:57:49 +01:00
Marko Klopcic
29d1bba70a
improved comment formatting for Python
2013-02-02 23:01:09 +01:00
Marko Klopcic
1883797742
refactored comment tokenizer
2013-01-29 22:58:10 +01:00
Marko Klopcic
0d66568ba3
minor refactoring of CommentParser.java
2013-01-29 08:39:35 +01:00
Marko Klopcic
2896938879
only whitespace cnhanges and code comment update
2013-01-29 08:13:03 +01:00
Marko Klopcic
a2a345be39
improved handling of @see tags - SWIG no longer crashes if right brace is missing
2013-01-28 22:25:40 +01:00
Marko Klopcic
2df4449e3b
commands \f? (LateX formulas) are no longer ignored - formulas are copied literally to Java comments
2013-01-28 20:07:36 +01:00
Marko Klopcic
9a1bb671c1
fixed bug with caption in command 'image'
2013-01-27 22:18:06 +01:00
Marko Klopcic
d52de0f36f
fixed comments for enum types in Java - they were missing before
2013-01-26 22:52:34 +01:00
Marko Klopcic
8de06366cf
fixed handling of quoted text adn standalone backslash and @
2013-01-23 23:15:36 +01:00
Marko Klopcic
43eeb4528c
warnings eliminated, examples fixed, only doxygen_misc_constructs is not working now
2013-01-22 23:21:02 +01:00
Marko Klopcic
f6fc808534
fixed handling of < and > when they are not used for html tag
2013-01-21 22:22:02 +01:00
Marko Klopcic
a2b0d42c32
fixed tests for HTML entities and handling of HTML entities
2013-01-18 22:30:23 +01:00
Marko Klopcic
4955cdaac6
added handling of HTML entities
2013-01-18 22:22:22 +01:00
Marko Klopcic
13d2dad679
added tests for HTML tags, bugs in HTML tags fixed
2013-01-18 21:21:12 +01:00
Marko Klopcic
f25d03612b
added the missing doxy command 'example'
2013-01-17 23:17:06 +01:00
Marko Klopcic
7984516b31
implemented translation of HTML tags - they are handled as a special class of commands
2013-01-16 23:15:14 +01:00
Marko Klopcic
49dddb3bd1
updated test doxygen_translate, but there is one bug with unordered list
2013-01-13 22:49:54 +01:00
Marko Klopcic
32f34e16be
improved commands for escaped characters
2013-01-13 20:02:39 +01:00
Marko Klopcic
20cc685e8a
tests with escapes added, tests refactored - broken to smaller chunks
2013-01-10 22:26:50 +01:00
Marko Klopcic
a9ef35bc66
Parsing of comments to tokens rewritten so that html entities and html tags are now treated as commands. Whitespaces are also preserved more acurately, so some doxygen tests fail at the moment
2013-01-10 08:51:56 +01:00
m
dd775a6ca9
Files Token.cpp and TokenList.cpp removed from makefile. TokenList was replaced with std::vecor, Token is now nested class of DoxygenParser
2013-01-10 08:28:20 +01:00
Marko Klopcic
8d61aae0fb
fixed handling of /******/ comments, added tests for backslash handling, which fail
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13733 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-09-06 20:56:19 +00:00
Marko Klopcic
2f77dbc7f4
fixed prepending '*' to nontranslated comments by taking also tabs into account
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13731 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-08-30 20:35:23 +00:00
Marko Klopcic
e50d37664f
if feature doxygen:notranslate is used, comments are now properly decorated with '*'s.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13730 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-08-29 21:26:11 +00:00
Marko Klopcic
e62580acb8
fixed doxy documentation (also shortened lines), added test for discovered bug reltaed to nested enums
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13728 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-08-28 20:59:32 +00:00
Marko Klopcic
faec66879a
fixed doxygen tests after rename
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13727 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-08-28 19:50:50 +00:00
Marko Klopcic
af74b4f96a
renamed test case
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13726 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-08-27 20:25:00 +00:00
Marko Klopcic
46f2a16608
more refactoring, typedefs were introduced, DoxyCommandEnum moved to DoxygenParser
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13725 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-08-26 20:07:57 +00:00
Marko Klopcic
c9eda79264
refactored DoxygenEntity class
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13724 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2012-08-26 15:34:46 +00:00