public static final class DocCommentSettings.Defaults extends java.lang.Object implements DocCommentSettings
DocCommentSettings.Defaults
DEFAULTS
Constructor and Description |
---|
Defaults() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDocFormattingEnabled() |
boolean |
isLeadingAsteriskEnabled() |
boolean |
isRemoveEmptyTags() |
void |
setDocFormattingEnabled(boolean formattingEnabled)
Enable or disable doc comment formatting.
|
void |
setRemoveEmptyTags(boolean removeEmptyTags)
Force or disable empty tags removal.
|
public boolean isDocFormattingEnabled()
isDocFormattingEnabled
in interface DocCommentSettings
public void setDocFormattingEnabled(boolean formattingEnabled)
DocCommentSettings
setDocFormattingEnabled
in interface DocCommentSettings
formattingEnabled
- The enable/disable flag.public boolean isLeadingAsteriskEnabled()
isLeadingAsteriskEnabled
in interface DocCommentSettings
public boolean isRemoveEmptyTags()
isRemoveEmptyTags
in interface DocCommentSettings
public void setRemoveEmptyTags(boolean removeEmptyTags)
DocCommentSettings
setRemoveEmptyTags
in interface DocCommentSettings
removeEmptyTags
- True if all empty tags must be removed, false if all of them must be preserved.