Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2007-01-30 12:20:38 +0000
committerDani Megert2007-01-30 12:20:38 +0000
commit25ad922270213bfa37ec2df1ba6ef4c2c3912d9e (patch)
treeb9a045b22526bfee2100d1cb2bfda04b1a5a0e7f /org.eclipse.core.filebuffers/schema/documentCreation.exsd
parent5fdfaa4299121c7fd1f8087a2c476af63e8f7723 (diff)
downloadeclipse.platform.text-25ad922270213bfa37ec2df1ba6ef4c2c3912d9e.tar.gz
eclipse.platform.text-25ad922270213bfa37ec2df1ba6ef4c2c3912d9e.tar.xz
eclipse.platform.text-25ad922270213bfa37ec2df1ba6ef4c2c3912d9e.zip
Fixed casing and removed dot at the end.
Diffstat (limited to 'org.eclipse.core.filebuffers/schema/documentCreation.exsd')
-rw-r--r--org.eclipse.core.filebuffers/schema/documentCreation.exsd8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.core.filebuffers/schema/documentCreation.exsd b/org.eclipse.core.filebuffers/schema/documentCreation.exsd
index 655e73c384b..a125476ade4 100644
--- a/org.eclipse.core.filebuffers/schema/documentCreation.exsd
+++ b/org.eclipse.core.filebuffers/schema/documentCreation.exsd
@@ -64,7 +64,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- The fully qualified name of the factory implementation class. This class must implement the org.eclipse.core.filebuffers.IDocumentFactory interface.
+ a fully qualified name of the factory implementation class. This class must implement the &lt;code&gt;org.eclipse.core.filebuffers.IDocumentFactory&lt;/code&gt; interface.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.core.filebuffers.IDocumentFactory"/>
@@ -74,21 +74,21 @@
<attribute name="extensions" type="string">
<annotation>
<documentation>
- A comma separated list of file extensions for which this factory should be used.
+ a comma separated list of file extensions for which this factory should be used
</documentation>
</annotation>
</attribute>
<attribute name="fileNames" type="string">
<annotation>
<documentation>
- A comma separated list of file names for which this factory should be used.
+ a comma separated list of file names for which this factory should be used
</documentation>
</annotation>
</attribute>
<attribute name="contentTypeId" type="string">
<annotation>
<documentation>
- The id of a content type as defined by the org.eclipse.core.runtime.contentTypes extension point for which this factory should be used.
+ the id of a content type as defined by the &lt;code&gt;org.eclipse.core.runtime.contentTypes&lt;/code&gt; extension point for which this factory should be used
</documentation>
</annotation>
</attribute>

Back to the top