Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Method and Description |
---|---|
DocumentationComment |
DocumentationComment.addParam(String s)
Adds a
param tag to the list of param tags. |
DocumentationComment |
DocumentationComment.addSee(String s)
Adds a
see tag to the list of see tags. |
DocumentationComment |
Declaration.javadoc(String text)
Comments the declaration with a javadoc.
|
DocumentationComment |
DocumentationComment.setAuthor(String s)
Sets the
author tag. |
DocumentationComment |
DocumentationComment.setDate(String s)
Sets the
datew tag. |
DocumentationComment |
DocumentationComment.setDeprecated(String s)
Sets the
deprecated tag. |
DocumentationComment |
DocumentationComment.setException(String s)
Sets the
exception tag. |
DocumentationComment |
DocumentationComment.setReturn(String s)
Sets the
return tag. |
DocumentationComment |
DocumentationComment.setSerial(String s)
Sets the
serial tag. |
DocumentationComment |
DocumentationComment.setSerialData(String s)
Sets the
serialData tag. |
DocumentationComment |
DocumentationComment.setSerialField(String s)
Sets the
serialField tag. |
DocumentationComment |
DocumentationComment.setSince(String s)
Sets the
since tag. |
DocumentationComment |
DocumentationComment.setThrows(String s)
Sets the
throws tag. |
DocumentationComment |
DocumentationComment.setVersion(String s)
Sets the
version tag. |
Copyright © 2000–2018 jenesis4java. All rights reserved.