Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-09-23 15:51:44 +0000
committerDani Megert2008-09-23 15:51:44 +0000
commitac9d4c94c516b614cc04a5c57fc9dff59012562b (patch)
tree935c88e8d411a7185f9e05759453e9f32a7f8e31 /org.eclipse.text/projection/org/eclipse
parent48a738319079d8ca50822a9e7f54635338d7209f (diff)
downloadeclipse.platform.text-ac9d4c94c516b614cc04a5c57fc9dff59012562b.tar.gz
eclipse.platform.text-ac9d4c94c516b614cc04a5c57fc9dff59012562b.tar.xz
eclipse.platform.text-ac9d4c94c516b614cc04a5c57fc9dff59012562b.zip
Use h2 for package specification element.
Diffstat (limited to 'org.eclipse.text/projection/org/eclipse')
-rw-r--r--org.eclipse.text/projection/org/eclipse/jface/text/projection/package.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/projection/org/eclipse/jface/text/projection/package.html b/org.eclipse.text/projection/org/eclipse/jface/text/projection/package.html
index 1d60a7a2a6b..6af027037ab 100644
--- a/org.eclipse.text/projection/org/eclipse/jface/text/projection/package.html
+++ b/org.eclipse.text/projection/org/eclipse/jface/text/projection/package.html
@@ -11,7 +11,7 @@
out of segments, i.e. there are no gaps between two neighboring segments. The
segments have exactly the same sequence in which they apprear as fragments in
the master document.</p>
-<h3>Package Specification</h3>
+<h2>Package Specification</h2>
<p><tt>ProjectionDocument</tt> is custom
<tt>IDocument</tt> implementation that
uses a <tt>ProjectionTextStore. </tt>The

Back to the top