Package org.eclipse.cdt.doxygen
Interface DoxygenMetadata
public interface DoxygenMetadata
The metadata for options to configure doxygen
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of available boolean options to be shown in UI, must not returnnull
.org.eclipse.core.runtime.preferences.PreferenceMetadata
<Boolean> Returns the metadata for the "Add new line after brief tag" option, must not returnnull
.org.eclipse.core.runtime.preferences.PreferenceMetadata
<Boolean> Returns the metadata for the "Use brief tag" option, must not returnnull
.org.eclipse.core.runtime.preferences.PreferenceMetadata
<Boolean> Returns the metadata for the "Use javadoc style for tags" option, must not returnnull
.org.eclipse.core.runtime.preferences.PreferenceMetadata
<Boolean> Returns the metadata for the "Add pre/post tags to functions" option, must not returnnull
.org.eclipse.core.runtime.preferences.PreferenceMetadata
<Boolean> Returns the metadata for the "Use structural commands" option, must not returnnull
.
-
Method Details
-
useBriefTagOption
org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> useBriefTagOption()Returns the metadata for the "Use brief tag" option, must not returnnull
.- Returns:
- the metadata for the "Use brief tag" option
- See Also:
-
useStructuralCommandsOption
org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> useStructuralCommandsOption()Returns the metadata for the "Use structural commands" option, must not returnnull
.- Returns:
- the metadata for the "Use structural commands" option
- See Also:
-
useJavadocStyleOption
org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> useJavadocStyleOption()Returns the metadata for the "Use javadoc style for tags" option, must not returnnull
.- Returns:
- the metadata for the "Use javadoc style for tags" option
- See Also:
-
newLineAfterBriefOption
org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> newLineAfterBriefOption()Returns the metadata for the "Add new line after brief tag" option, must not returnnull
.- Returns:
- the metadata for the "Add new line after brief tag" option
- See Also:
-
usePrePostTagOption
org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> usePrePostTagOption()Returns the metadata for the "Add pre/post tags to functions" option, must not returnnull
.- Returns:
- the metadata for the "Add pre/post tags to functions" option
- See Also:
-
booleanOptions
Returns the list of available boolean options to be shown in UI, must not returnnull
.- Returns:
- the list of boolean options
-