The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Deprecated Work | 3 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 2 | todo, @todo |
Each tag is detailed below:
Number of occurrences found in the code: 3
| org.apache.maven.doxia.module.xdoc.XdocSink | Line |
|---|---|
| use write(String) | 526 |
| org.apache.maven.doxia.module.xdoc.XmlWriterXdocSink | Line |
| Since 1.1, this sink is not more supported. If you are looking for a <code>Sink</code> which produces pretty formatted XML, you could use the {@link XdocSink#XdocSink(java.io.Writer)} as usual and reformat the <code>Sink</code> content produced with {@link XmlUtil#prettyFormat(java.io.Reader, java.io.Writer)}. | 36 |
| since 1.1 | 59 |
Number of occurrences found in the code: 2
| org.apache.maven.doxia.module.xdoc.XdocSinkTest | Line |
|---|---|
| need to be able to retreive those from outside the sink | 236 |
| org.apache.maven.doxia.module.xdoc.XdocValidatorTest | Line |
| super.testValidateFiles() only validates files from doxia-test-docs, what's the point? | 77 |