Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-18 12:59:32 +0000
committerAlexander Kurtakov2019-02-18 12:59:32 +0000
commit026647a02a2830b6ea2457b6d4b122cae81422d1 (patch)
tree500dcb598bb856f7863b1fda43d54c3c5c89c057
parent390f85a7da40e1561c668fb025ef26d50a5e8e84 (diff)
downloadrt.equinox.bundles-026647a02a2830b6ea2457b6d4b122cae81422d1.tar.gz
rt.equinox.bundles-026647a02a2830b6ea2457b6d4b122cae81422d1.tar.xz
rt.equinox.bundles-026647a02a2830b6ea2457b6d4b122cae81422d1.zip
Bug 543933 - Build javadocs with Java 11
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: Ib6b37abfaf12cf7e3f1ad2410c16e3242a9852d9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/package.html14
-rw-r--r--bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/package.html25
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/dynamichelpers/package.html1
3 files changed, 20 insertions, 20 deletions
diff --git a/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/package.html b/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/package.html
index b24875b83..9286b1d57 100644
--- a/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/package.html
+++ b/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/advanced/package.html
@@ -9,10 +9,10 @@ In particular, the user should use the methods in the
in the following cases:</p>
<ul>
<li>The structured type handler to use is not one of those
- predefined in {@link <a href="../StructuredTextTypeHandlerFactory.html">
- StructuredTextTypeHandlerFactory</a>}.</li>
- <li>A non-default {@link <a href="StructuredTextEnvironment.html">
- environment</a>} needs to be specified.</li>
+ predefined in <a href="../StructuredTextTypeHandlerFactory.html">
+ StructuredTextTypeHandlerFactory</a>.</li>
+ <li>A non-default <a href="StructuredTextEnvironment.html">
+ environment</a> needs to be specified.</li>
<li>A call to a method processing a piece of text may create a state
which affects the processing of the next piece of text.</li>
<li>The user needs to manage the offsets where directional formatting
@@ -20,9 +20,9 @@ in the following cases:</p>
</ul>
<p>
Note that the basic functions are provided in package
-{@link <a href="../package-summary.html">
-org.eclipse.equinox.bidi</a>} and its
-{@link <a href="../StructuredTextProcessor.html">StructuredTextProcessor</a>} class.
+<a href="../package-summary.html">
+org.eclipse.equinox.bidi</a> and its
+<a href="../StructuredTextProcessor.html">StructuredTextProcessor</a> class.
</p><p>
To access the more sophisticated methods for processing structured text,
the user should proceed as follows:</p>
diff --git a/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/package.html b/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/package.html
index 91030e235..b7a6e2f0f 100644
--- a/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/package.html
+++ b/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/package.html
@@ -40,13 +40,13 @@ In this package, text without directional formatting characters is
called <b><i>lean</i></b> text while the text with added directional
formatting characters is called <b><i>full</i></b> text.
</p><p>
-The class {@link
-<a href="StructuredTextProcessor.html"><b>StructuredTextProcessor</b></a>}
+The class
+<a href="StructuredTextProcessor.html"><b>StructuredTextProcessor</b></a>
is the main tool for processing structured text. It facilitates
handling several types of structured text, each type being handled
by a specific
-{@link <a href="custom/StructuredTextTypeHandler.html">
-<b><i>type handler</i></b></a>} :</p>
+<a href="./custom/StructuredTextTypeHandler.html">
+<b><i>type handler</i></b></a> :</p>
<ul>
<li>comma delimited list</li>
<li>e-mail address</li>
@@ -60,8 +60,9 @@ by a specific
</ul>
<p>
For each of these types, an identifier is defined in
-{@link <a href="StructuredTextTypeHandlerFactory.html">
-<b><i>StructuredTextTypeHandlerFactory</i></b></a>} :</p>
+ <a href="StructuredTextTypeHandlerFactory.html">
+<b><i>StructuredTextTypeHandlerFactory</i></b></a> :</p>
+<p>
These identifiers can be used as argument in some methods of
<b>StructuredTextProcessor</b> to specify the type of handler to apply.
</p><p>
@@ -72,8 +73,8 @@ manner, when the following conditions are satisfied:
<li>There exists an appropriate handler for the type of the
structured text.</li>
<li>There is no need to specify non-default conditions related
- to the {@link <a href="advanced/StructuredTextEnvironment.html">
- environment</a>}.</li>
+ to the <a href="advanced/StructuredTextEnvironment.html">
+ environment</a>.</li>
<li>The only operations needed are to transform <i>lean</i> text
into <i>full</i> text or vice versa.</li>
<li>There is no interdependence between the processing of a
@@ -83,13 +84,13 @@ manner, when the following conditions are satisfied:
<p>
When their needs go beyond the conditions above,
users can use classes in the
-{@link <a href="advanced/package-summary.html">
-org.eclipse.equinox.bidi.advanced</a>} package.
+<a href="advanced/package-summary.html">
+org.eclipse.equinox.bidi.advanced</a>}package.
</p><p>
Developers who want to develop new handlers to support types of
structured text not currently supported can use components
-of the package {@link <a href="custom/package-summary.html">
-org.eclipse.equinox.bidi.custom</a>}.
+of the package <a href="custom/package-summary.html">
+org.eclipse.equinox.bidi.custom</a>.
The source code of packages org.eclipse.equinox.bidi.* can serve as example of
how to develop processors for currently unsupported types of structured text.
</p><p>
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/dynamichelpers/package.html b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/dynamichelpers/package.html
index 154a80aa2..0daeaac6d 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/dynamichelpers/package.html
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/dynamichelpers/package.html
@@ -9,6 +9,5 @@ Provides helpers to facilitate the authoring of dynamic plug-ins.
<h2>
Package Specification</h2>
This package specifies the API for tracking extensions life-cycle.
-</p>
</body>
</html>

Back to the top