Field Summary |
|
final public static short | AUTO_STYLE The auto style, allows this JComment to automatically choose a style for
this comment. |
final public static short | BLOCK_STYLE The block comment style. |
final public static short | HEADER_STYLE The header style, similiar to block, but with an '*' at the start of each line. |
final public static short | JAVADOC_STYLE Similiar to HEADER_STYLE. |
final public static short | LINE_STYLE The line comment style. |
final protected static int | MAX_INDENT The maximum number of characters to indent comments. |
final protected static int | MAX_LENGTH The maximum number of characters per line. |