Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-09-24 08:34:17 +0000
committerDani Megert2008-09-24 08:34:17 +0000
commit8a4b6e0555666eee155b1f6c5fe3416a46121e36 (patch)
treebe51522120eba02e912ce8499932b570985e73e5 /org.eclipse.jface.text/projection
parent1c113c2224101b778e1f50eeaa35614e541c6b00 (diff)
downloadeclipse.platform.text-8a4b6e0555666eee155b1f6c5fe3416a46121e36.tar.gz
eclipse.platform.text-8a4b6e0555666eee155b1f6c5fe3416a46121e36.tar.xz
eclipse.platform.text-8a4b6e0555666eee155b1f6c5fe3416a46121e36.zip
Use h2 for package specification element.
Diffstat (limited to 'org.eclipse.jface.text/projection')
-rw-r--r--org.eclipse.jface.text/projection/org/eclipse/jface/text/source/projection/package.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/projection/org/eclipse/jface/text/source/projection/package.html b/org.eclipse.jface.text/projection/org/eclipse/jface/text/source/projection/package.html
index 76151f3b8e1..769ec456f6a 100644
--- a/org.eclipse.jface.text/projection/org/eclipse/jface/text/source/projection/package.html
+++ b/org.eclipse.jface.text/projection/org/eclipse/jface/text/source/projection/package.html
@@ -9,7 +9,7 @@
is a text viewer that allows to expand and collapse folded regions defined by a projection document. This package also introduces a projection
annotation model, projection annotations. The projection viewer offers support to show a summary for a folded region.
</p>
-<h3>Package Specification</h3>
+<h2>Package Specification</h2>
<p><tt>ProjectionViewer</tt> is a specialized <tt>SourceViewer</tt> that can display line-based folding based on a <tt>ProjectionDocument</tt>. To
do this it uses supporting classes like <tt>IProjectionListener</tt>, <tt>IProjectionPosition</tt>, <tt>ProjectionAnnotation</tt> and others.
</p>

Back to the top