Package org.eclipse.cdt.doxygen
Interface DoxygenOptions
-
public interface DoxygenOptions
Options to configure doxygen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
newLineAfterBrief()
Use always a new line after brief tag in auto-generation of doxygen commentboolean
useBriefTags()
Use always brief tag in auto-generation of doxygen commentboolean
useJavadocStyle()
Use always javadoc tag style in auto-generation of doxygen commentboolean
usePrePostTag()
Use always pre/post tags in auto-generation of doxygen commentboolean
useStructuralCommands()
Use always structured commands in auto-generation of doxygen comment
-
-
-
Method Detail
-
useBriefTags
boolean useBriefTags()
Use always brief tag in auto-generation of doxygen comment
-
useStructuralCommands
boolean useStructuralCommands()
Use always structured commands in auto-generation of doxygen comment
-
useJavadocStyle
boolean useJavadocStyle()
Use always javadoc tag style in auto-generation of doxygen comment
-
newLineAfterBrief
boolean newLineAfterBrief()
Use always a new line after brief tag in auto-generation of doxygen comment
-
usePrePostTag
boolean usePrePostTag()
Use always pre/post tags in auto-generation of doxygen comment
-
-