Package org.eclipse.cdt.doxygen.core
Interface DoxygenConfiguration
-
public interface DoxygenConfiguration
Provides access to the doxygen options according to the required preference scope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoxygenOptions
projectOptions(org.eclipse.core.resources.IProject project)
Returns the doxygen options for the given project scope, must not returnnull
DoxygenOptions
workspaceOptions()
Returns the doxygen options for the workspace scope, must not returnnull
-
-
-
Method Detail
-
workspaceOptions
DoxygenOptions workspaceOptions()
Returns the doxygen options for the workspace scope, must not returnnull
- 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 returnnull
- Parameters:
project
- scope for doxygen options, must not benull
- Returns:
- doxygen options for the given project scope
-
-