public interface DocCommentSettings
Modifier and Type | Interface and Description |
---|---|
static class |
DocCommentSettings.Defaults |
Modifier and Type | Field and Description |
---|---|
static DocCommentSettings |
DEFAULTS
Default doc comment settings if not provided by
LanguageCodeStyleSettingsProvider |
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.
|
static final DocCommentSettings DEFAULTS
LanguageCodeStyleSettingsProvider
boolean isDocFormattingEnabled()
void setDocFormattingEnabled(boolean formattingEnabled)
formattingEnabled
- The enable/disable flag.boolean isLeadingAsteriskEnabled()
boolean isRemoveEmptyTags()
void setRemoveEmptyTags(boolean removeEmptyTags)
removeEmptyTags
- True if all empty tags must be removed, false if all of them must be preserved.