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.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.text')
-rw-r--r--org.eclipse.text/projection/org/eclipse/jface/text/projection/package.html14
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/source/package.html18
-rw-r--r--org.eclipse.text/src/org/eclipse/text/undo/package.html6
3 files changed, 19 insertions, 19 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 6af027037ab..100869665d7 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
@@ -12,12 +12,12 @@
segments have exactly the same sequence in which they apprear as fragments in
the master document.</p>
<h2>Package Specification</h2>
-<p><tt>ProjectionDocument</tt> is custom
- <tt>IDocument</tt> implementation that
- uses a <tt>ProjectionTextStore. </tt>The
- content of the <tt>ProjectionDocument</tt>
- is defined by the <tt>ProjectionMapping.
- </tt>The<tt> ProjectionDocumentManager</tt>
- manages the life cycle of <tt>ProjectionDocuments</tt>
+<p><code>ProjectionDocument</code> is custom
+ <code>IDocument</code> implementation that
+ uses a <code>ProjectionTextStore. </code>The
+ content of the <code>ProjectionDocument</code>
+ is defined by the <code>ProjectionMapping.
+ </code>The<code> ProjectionDocumentManager</code>
+ manages the life cycle of <code>ProjectionDocuments</code>
and their relation to their master documents.</p>
</body></html> \ No newline at end of file
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/source/package.html b/org.eclipse.text/src/org/eclipse/jface/text/source/package.html
index ef91a5274d8..5ad15f16c65 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/source/package.html
+++ b/org.eclipse.text/src/org/eclipse/jface/text/source/package.html
@@ -11,11 +11,11 @@ Provides a framework for connecting document regions
with annotations and for displaying those.
<h2>
Package Specification</h2>
-<p><tt>IAnnotationModels</tt> manage <tt>Annotations</tt>.
- When an annotation model is connected to an <tt>IDocument</tt>,
+<p><code>IAnnotationModels</code> manage <code>Annotations</code>.
+ When an annotation model is connected to an <code>IDocument</code>,
any change to the document is reflected in the position of the managed annotations.
- Implementers of <tt>IAnnotationModelListener</tt>
- registered with an <tt>IAnnotationModel</tt>
+ Implementers of <code>IAnnotationModelListener</code>
+ registered with an <code>IAnnotationModel</code>
object get informed about changes of the model in respect to annotations.</p>
@@ -23,12 +23,12 @@ Package Specification</h2>
<!-- Below is the package documentation for org.eclipse.jface.text.source from the org.eclipse.jface.text plug-in -->
<!-- ============================================================================================================ -->
-<p><tt>ISourceViewer</tt> defines the concept of a document based, editable
-viewer supporting visual annotations. <tt>ISourceViewer</tt> supports document-specific
+<p><code>ISourceViewer</code> defines the concept of a document based, editable
+viewer supporting visual annotations. <code>ISourceViewer</code> supports document-specific
and viewer-specific annotations attached to the viewer's input document.
-An <tt>ISourceViewer</tt> uses an <tt>IAnnotationModel</tt> to manage annotations
-and to inform implementers of <tt>IAnnotationModelListener</tt> about changes
-in respect to annotations. An <tt>IVerticalRuler</tt> represents an <tt>IAnnotationModel</tt>
+An <code>ISourceViewer</code> uses an <code>IAnnotationModel</code> to manage annotations
+and to inform implementers of <code>IAnnotationModelListener</code> about changes
+in respect to annotations. An <code>IVerticalRuler</code> represents an <code>IAnnotationModel</code>
access adapter for an SWT widget capapble of display annotations.&nbsp;
This package also provides default implementations for all defined interfaces.
<br></p>
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 b00768982cd..b56460779c5 100644
--- a/org.eclipse.text/src/org/eclipse/text/undo/package.html
+++ b/org.eclipse.text/src/org/eclipse/text/undo/package.html
@@ -7,8 +7,8 @@
<body>
<p>Provides undo and redo support for a document.</p>
<h2>Package Specification</h2>
-<p>When an <tt>IDocumentUndoManager</tt> is connected to an <tt>IDocument</tt>,
+<p>When an <code>IDocumentUndoManager</code> is connected to an <code>IDocument</code>,
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>
- with the <tt>IDocumentUndoManager</tt>.</p>
+ Clients which are interested in undo/redo events can register an <code>IDocumentUndoistener</code>
+ with the <code>IDocumentUndoManager</code>.</p>
</body></html> \ No newline at end of file

Back to the top