Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-18 15:47:40 +0000
committerAlexander Kurtakov2019-02-18 15:47:40 +0000
commita11559061cad795991a3cedf2b5865928b37b77c (patch)
treed2646d95768f2a242b88b24e3351f7a9d8c42061 /org.eclipse.jface.text/projection/org/eclipse/jface/text
parent5022557f3c9c7735813111b5c2a0d7ff07f8b12e (diff)
downloadeclipse.platform.text-a11559061cad795991a3cedf2b5865928b37b77c.tar.gz
eclipse.platform.text-a11559061cad795991a3cedf2b5865928b37b77c.tar.xz
eclipse.platform.text-a11559061cad795991a3cedf2b5865928b37b77c.zip
Bug 543933 - Build javadocs with Java 11
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I361b79bda124f98380dec2c87ca41b09f4098643 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.jface.text/projection/org/eclipse/jface/text')
-rw-r--r--org.eclipse.jface.text/projection/org/eclipse/jface/text/source/projection/package.html4
1 files changed, 2 insertions, 2 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 769ec456f6a..09c136732e7 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
@@ -10,7 +10,7 @@ is a text viewer that allows to expand and collapse folded regions defined by a
annotation model, projection annotations. The projection viewer offers support to show a summary for a folded region.
</p>
<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><code>ProjectionViewer</code> is a specialized <code>SourceViewer</code> that can display line-based folding based on a <code>ProjectionDocument</code>. To
+do this it uses supporting classes like <code>IProjectionListener</code>, <code>IProjectionPosition</code>, <code>ProjectionAnnotation</code> and others.
</p>
</body></html> \ No newline at end of file

Back to the top