Interface DoxygenOptions


public interface DoxygenOptions
Options to configure doxygen
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Use always a new line after brief tag in auto-generation of doxygen comment
    boolean
    Use always brief tag in auto-generation of doxygen comment
    boolean
    Use always javadoc tag style in auto-generation of doxygen comment
    boolean
    Use always pre/post tags in auto-generation of doxygen comment
    boolean
    Use always structured commands in auto-generation of doxygen comment
  • Method Details Link icon

    • useBriefTags Link icon

      boolean useBriefTags()
      Use always brief tag in auto-generation of doxygen comment
    • useStructuralCommands Link icon

      boolean useStructuralCommands()
      Use always structured commands in auto-generation of doxygen comment
    • useJavadocStyle Link icon

      boolean useJavadocStyle()
      Use always javadoc tag style in auto-generation of doxygen comment
    • newLineAfterBrief Link icon

      boolean newLineAfterBrief()
      Use always a new line after brief tag in auto-generation of doxygen comment
    • usePrePostTag Link icon

      boolean usePrePostTag()
      Use always pre/post tags in auto-generation of doxygen comment