Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text')
-rw-r--r--org.eclipse.text/projection/org/eclipse/jface/text/projection/package.html2
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/package.html2
-rw-r--r--org.eclipse.text/src/org/eclipse/text/undo/package.html2
3 files changed, 3 insertions, 3 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
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/package.html b/org.eclipse.text/src/org/eclipse/jface/text/package.html
index 04bb34adab5..cd18e104cb8 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/package.html
+++ b/org.eclipse.text/src/org/eclipse/jface/text/package.html
@@ -6,7 +6,7 @@
<body>
<p>Provides a framework for creating and manipulating text documents.</p>
-<h3>Package Specification</h3>
+<h2>Package Specification</h2>
<p><tt>IDocument</tt> is the major text
model abstraction. It provides content management, position management using
position categories, document partition management, and change notification.
diff --git a/org.eclipse.text/src/org/eclipse/text/undo/package.html b/org.eclipse.text/src/org/eclipse/text/undo/package.html
index 2bf670956db..b00768982cd 100644
--- a/org.eclipse.text/src/org/eclipse/text/undo/package.html
+++ b/org.eclipse.text/src/org/eclipse/text/undo/package.html
@@ -6,7 +6,7 @@
<body>
<p>Provides undo and redo support for a document.</p>
-<h3>Package Specification</h3>
+<h2>Package Specification</h2>
<p>When an <tt>IDocumentUndoManager</tt> is connected to an <tt>IDocument</tt>,
any change to the document is recorded and can then be undone and redone later.
Clients which are interested in undo/redo events can register an <tt>IDocumentUndoistener</tt>

Back to the top