Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-06-23 10:58:51 +0000
committerDani Megert2005-06-23 10:58:51 +0000
commit9b04a7cbde91136e9be59c4733b6447360183fca (patch)
tree33b703c34df7f8d93fed4fb9b1340b0f8176d8bf /org.eclipse.ui.editors/schema
parent2938e6fdfbd40befa1283e99493c48c7c60c7a52 (diff)
downloadeclipse.platform.text-9b04a7cbde91136e9be59c4733b6447360183fca.tar.gz
eclipse.platform.text-9b04a7cbde91136e9be59c4733b6447360183fca.tar.xz
eclipse.platform.text-9b04a7cbde91136e9be59c4733b6447360183fca.zip
Added missing documentation
Diffstat (limited to 'org.eclipse.ui.editors/schema')
-rw-r--r--org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
index 80a256ab6e2..218edebdebd 100644
--- a/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
+++ b/org.eclipse.ui.editors/schema/markerAnnotationSpecification.exsd
@@ -95,7 +95,7 @@ since: 3.0
<attribute name="label" type="string">
<annotation>
<documentation>
-
+ The label to be used in the UI.
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
@@ -120,14 +120,14 @@ since: 3.0
<attribute name="presentationLayer" type="string">
<annotation>
<documentation>
-
+ The default value for the layer in which the marker annotation will be drawn.
</documentation>
</annotation>
</attribute>
<attribute name="overviewRulerPreferenceValue" type="boolean">
<annotation>
<documentation>
-
+ The default value telling whether this marker annotation is shown in the overview ruler.
</documentation>
</annotation>
</attribute>
@@ -142,7 +142,7 @@ since: 3.0
<attribute name="textPreferenceValue" type="boolean">
<annotation>
<documentation>
-
+ The default value telling whether this marker annotation is shown in the text.
</documentation>
</annotation>
</attribute>
@@ -157,7 +157,7 @@ since: 3.0
<attribute name="contributesToHeader" type="boolean">
<annotation>
<documentation>
-
+ The default value telling whether this marker annotation contributes to the overview ruler's header summary.
</documentation>
</annotation>
</attribute>
@@ -240,7 +240,7 @@ since: 3.0
<attribute name="annotationImageProvider" type="string">
<annotation>
<documentation>
-
+ The optional annotation image provider. Must implement <code>IAnnotationImageProvider</code>.
</documentation>
<appInfo>
<meta.attribute kind="java"/>

Back to the top