public static final class DocCommentSettings.Defaults extends java.lang.Object implements DocCommentSettings
DocCommentSettings.DefaultsDEFAULTS| 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 DocCommentSettingspublic void setDocFormattingEnabled(boolean formattingEnabled)
DocCommentSettingssetDocFormattingEnabled in interface DocCommentSettingsformattingEnabled - The enable/disable flag.public boolean isLeadingAsteriskEnabled()
isLeadingAsteriskEnabled in interface DocCommentSettingspublic boolean isRemoveEmptyTags()
isRemoveEmptyTags in interface DocCommentSettingspublic void setRemoveEmptyTags(boolean removeEmptyTags)
DocCommentSettingssetRemoveEmptyTags in interface DocCommentSettingsremoveEmptyTags - True if all empty tags must be removed, false if all of them must be preserved.