Package org.eclipse.cdt.doxygen
Interface DoxygenOptions
-
public interface DoxygenOptionsOptions to configure doxygen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleannewLineAfterBrief()Use always a new line after brief tag in auto-generation of doxygen commentbooleanuseBriefTags()Use always brief tag in auto-generation of doxygen commentbooleanuseJavadocStyle()Use always javadoc tag style in auto-generation of doxygen commentbooleanusePrePostTag()Use always pre/post tags in auto-generation of doxygen commentbooleanuseStructuralCommands()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
-
-