|
Login: pazu
Fullname: pazu
Revisions: 9
Lines of Code: 204
Added Lines of Code: 211
Lines of Code per Change: 22.7
|
Date | Author | File/Message |
---|---|---|
16/04/03 13:54 | pazu |
Fixed a small typo that was preventing XJavadoc from
correctly parsing constructors. This fixes XDT-449.
Thanks to Stephen Gargan for pointing the bug and providing the fix.
(1 Files changed,
1 Lines changed)
|
23/09/02 03:24 | pazu |
Modified XDoc.getFirstSentence() to comply with
the JLS section 18.3, where the following is said
about the first sentence:
"This sentence ends at the first period that is followed by a blank, tab, or line terminator, or at the first tagline."
Also, aded an unit test to pick this up.
(3 Files changed,
45 Lines changed)
src/xjavadoc/XDoc.java 1.49
(+28
-4)
test/Hello.java 1.20
(+8
-0)
|
09/09/02 05:23 | pazu |
Added dereferenceProperties() support directly to
the xjavadoc core. Now ant properties will
*always* be dereferenced.
All tests are green :)
(5 Files changed,
165 Lines changed)
test/Hello.java 1.18
(+3
-0)
src/xjavadoc/XJavaDoc.java 1.58
(+139
-0)
src/xjavadoc/XJavaDocTest.java 1.34
(+18
-0)
|