| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| hboutemy | 106 (57.9%) | 1255 (22.2%) | 5707 (41.6%) | 11.84 |
| wiz21 | 77 (42.1%) | 4402 (77.8%) | 8018 (58.4%) | 57.17 |
| Date | Author | File/Message |
|---|---|---|
| 1/6/07 7:55 PM | hboutemy | updated SFID 1628596 fix: in case of an inclusion at the beginning (before the first element definition)
(1 Files changed,
2 Lines changed) src/DTDDoc/ExtendedDTD.java 1.24
(+2
-2)
|
| 1/6/07 4:43 PM | hboutemy | bugfix: only detected root where shown, not a @root declared
(3 Files changed,
53 Lines changed) src/DTDDoc/ExtendedDTD.java 1.23
(+10
-33)
src/DTDDoc/DTDCommenter.java 1.70
(+41
-40)
|
| 1/6/07 4:09 PM | hboutemy | fixed SFID 1628596 : @title tag does not work well with included DTD's (testcase added into DTDDoc features demo)
(2 Files changed,
181 Lines changed) src/DTDDoc/CommentParser.java 1.16
(+82
-83)
src/DTDDoc/ExtendedDTD.java 1.22
(+99
-112)
|
| 12/26/06 11:59 PM | hboutemy | fixed a stupid mistake with file encoding
(1 Files changed,
1 Lines changed) |
| 12/26/06 11:11 PM | hboutemy | optimized the generated html for highlighted dtd
(3 Files changed,
460 Lines changed) src/DTDDoc/DTDCommenter.java 1.68
(+4
-11)
src/DTDDoc/Tools.java 1.13
(+392
-375)
src/DTDDoc/DtdXhtmlRenderer.java 1.2
(+64
-0)
|
| 12/25/06 9:00 PM | hboutemy | wrote a specific DTD grammar to get a better highlighting than simple XML
(4 Files changed,
1144 Lines changed) src/DTDDoc/DtdXhtmlRenderer.java 1.1 added 77 src/DTDDoc/DtdHighlighter.java 1.1 added 880 src/DTDDoc/DtdHighlighter.flex 1.1 added 186 |
| 12/24/06 2:39 PM | hboutemy | integrated JHighlight to render highlighted DTD source
(1 Files changed,
10 Lines changed) src/DTDDoc/DTDCommenter.java 1.66
(+10
-17)
|
| 12/16/06 11:57 AM | hboutemy | improvement : added a space after comma separator, to enable line-break when the line becomes too long
(1 Files changed,
1936 Lines changed) src/DTDDoc/DTDCommenter.java 1.65
(+1936
-1936)
|
| 10/25/06 2:56 PM | hboutemy | improved javadoc
(1 Files changed,
54 Lines changed) src/DTDDoc/DTDCommenter.java 1.64
(+54
-33)
|
| 10/15/06 7:27 PM | wiz21 | Fixed comments
(1 Files changed,
1 Lines changed) |
| 10/10/06 8:36 PM | wiz21 | Added support to get around net beans comment option
(1 Files changed,
8 Lines changed) src/DTDDoc/DTDDocTask.java 1.17
(+8
-2)
|
| 9/19/06 8:54 PM | wiz21 | removed useless </b> html tag
(1 Files changed,
1 Lines changed) |
| 9/19/06 8:53 PM | wiz21 | changed stF email address
(1 Files changed,
1 Lines changed) |
| 9/19/06 8:52 PM | wiz21 | Changed stF's email
(1 Files changed,
1 Lines changed) src/DTDDoc/Tools.java 1.12
(+1
-1)
|
| 9/18/06 9:07 PM | wiz21 | Added support for getAroundNetBeanComments option (triple hyphen)
(2 Files changed,
19 Lines changed) src/DTDDoc/ExtendedDTD.java 1.21
(+10
-5)
src/DTDDoc/DTDDoc.java 1.9
(+9
-1)
|
| 9/18/06 9:06 PM | wiz21 | Added support for getAroundNetBeansComments (triple hyphens) option
(1 Files changed,
14 Lines changed) src/DTDDoc/DTDCommenter.java 1.61
(+14
-8)
|
| 9/18/06 9:05 PM | wiz21 | Added support for "netbeans" triple hyphen option
(that is, the code necessary to be able to turn this option on or off)
(1 Files changed,
11 Lines changed) src/DTDDoc/CommentParser.java 1.15
(+11
-5)
|
| 9/18/06 9:03 PM | wiz21 | Added comments about some undesirable behaviour of
Ant's logs (basically, it doesn't say if it's warn/info or error...
(1 Files changed,
9 Lines changed) src/DTDDoc/AntLogger.java 1.3
(+9
-0)
|
| 9/17/06 8:41 PM | hboutemy | bugfix : NPE when setting styleSheet property in Ant task
(1 Files changed,
14 Lines changed) src/DTDDoc/DTDDocTask.java 1.16
(+14
-13)
|
| 9/12/06 9:04 PM | wiz21 | Better support when asked to comment an empty set of file.
(1 Files changed,
6 Lines changed) |