Interface DoxygenMetadata


public interface DoxygenMetadata
The metadata for options to configure doxygen
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    List<org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean>>
    Returns the list of available boolean options to be shown in UI, must not return null.
    org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean>
    Returns the metadata for the "Add new line after brief tag" option, must not return null.
    org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean>
    Returns the metadata for the "Use brief tag" option, must not return null.
    org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean>
    Returns the metadata for the "Use javadoc style for tags" option, must not return null.
    org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean>
    Returns the metadata for the "Add pre/post tags to functions" option, must not return null.
    org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean>
    Returns the metadata for the "Use structural commands" option, must not return null.
  • Method Details Link icon

    • useBriefTagOption Link icon

      org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> useBriefTagOption()
      Returns the metadata for the "Use brief tag" option, must not return null.
      Returns:
      the metadata for the "Use brief tag" option
      See Also:
    • useStructuralCommandsOption Link icon

      org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> useStructuralCommandsOption()
      Returns the metadata for the "Use structural commands" option, must not return null.
      Returns:
      the metadata for the "Use structural commands" option
      See Also:
    • useJavadocStyleOption Link icon

      org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> useJavadocStyleOption()
      Returns the metadata for the "Use javadoc style for tags" option, must not return null.
      Returns:
      the metadata for the "Use javadoc style for tags" option
      See Also:
    • newLineAfterBriefOption Link icon

      org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> newLineAfterBriefOption()
      Returns the metadata for the "Add new line after brief tag" option, must not return null.
      Returns:
      the metadata for the "Add new line after brief tag" option
      See Also:
    • usePrePostTagOption Link icon

      org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean> usePrePostTagOption()
      Returns the metadata for the "Add pre/post tags to functions" option, must not return null.
      Returns:
      the metadata for the "Add pre/post tags to functions" option
      See Also:
    • booleanOptions Link icon

      List<org.eclipse.core.runtime.preferences.PreferenceMetadata<Boolean>> booleanOptions()
      Returns the list of available boolean options to be shown in UI, must not return null.
      Returns:
      the list of boolean options