Interface DoxygenConfiguration


  • public interface DoxygenConfiguration
    Provides access to the doxygen options according to the required preference scope
    • Method Detail

      • workspaceOptions

        DoxygenOptions workspaceOptions()
        Returns the doxygen options for the workspace scope, must not return null
        Returns:
        doxygen options for the workspace scope
      • projectOptions

        DoxygenOptions projectOptions​(org.eclipse.core.resources.IProject project)
        Returns the doxygen options for the given project scope, must not return null
        Parameters:
        project - scope for doxygen options, must not be null
        Returns:
        doxygen options for the given project scope