Package org.eclipse.cdt.doxygen.core
Interface DoxygenConfiguration
-
public interface DoxygenConfigurationProvides access to the doxygen options according to the required preference scope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoxygenOptionsprojectOptions(org.eclipse.core.resources.IProject project)Returns the doxygen options for the given project scope, must not returnnullDoxygenOptionsworkspaceOptions()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
-
-