Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/schema/BreakpointUIContribution.exsd')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/schema/BreakpointUIContribution.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/schema/BreakpointUIContribution.exsd b/debug/org.eclipse.cdt.debug.ui/schema/BreakpointUIContribution.exsd
index 85dd1dc6465..d9b6c850f5d 100644
--- a/debug/org.eclipse.cdt.debug.ui/schema/BreakpointUIContribution.exsd
+++ b/debug/org.eclipse.cdt.debug.ui/schema/BreakpointUIContribution.exsd
@@ -107,7 +107,7 @@ If not specified this attribute will not be visible in Common page.
<attribute name="type" type="string" use="default" value="string">
<annotation>
<documentation>
- Type of the attribute: boolean, string, integer
+ Type of the attribute. Value should be one of "boolean", "string", "integer", "float".
</documentation>
</annotation>
</attribute>

Back to the top