Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-02-18 10:39:28 +0000
committerAlexander Kurtakov2019-02-18 10:39:28 +0000
commitcd9e6f42e7560d59789a36ebced59b09959af8cc (patch)
treec07eb2c6926b3ccfa622465263e290ba008f2b5c /org.eclipse.help.ui
parentbdffa0c5390963cfeb67c58712173774bc8fd4e9 (diff)
downloadeclipse.platform.ua-cd9e6f42e7560d59789a36ebced59b09959af8cc.tar.gz
eclipse.platform.ua-cd9e6f42e7560d59789a36ebced59b09959af8cc.tar.xz
eclipse.platform.ua-cd9e6f42e7560d59789a36ebced59b09959af8cc.zip
Bug 543933 - Build javadocs with Java 11
Fix javadoc warnings catched by Java 11 tool with XDoclint:html. Change-Id: I5574e0e981e4780edc2b4bb5a65d8fef0bad26a6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.help.ui')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/browser/package.html10
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/package.html2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/browser/package.html b/org.eclipse.help.ui/src/org/eclipse/help/ui/browser/package.html
index 8e84d46cb..abd44c4bc 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/browser/package.html
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/browser/package.html
@@ -12,12 +12,12 @@ Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
<h2>
Package Specification</h2>
-<p>LaunchURL class implementing <tt>IWorkbenchWindowActionDelegate</tt>
-is an action that can be specified in the <tt>action</tt> element in plugin.xml
-for extensions of <tt>org.eclipse.ui.actionSets</tt> extension point.&nbsp;
+<p>LaunchURL class implementing <code>IWorkbenchWindowActionDelegate</code>
+is an action that can be specified in the <code>action</code> element in plugin.xml
+for extensions of <code>org.eclipse.ui.actionSets</code> extension point.&nbsp;
The contributors of menu actions that need to perform launching of URL
-in a browser, can specify this class as an <tt>IWorkbenchWindowActionDelegate</tt>
-in their extension of <tt>org.eclipse.ui.actionSets</tt> point.
+in a browser, can specify this class as an <code>IWorkbenchWindowActionDelegate</code>
+in their extension of <code>org.eclipse.ui.actionSets</code> point.
<br>&nbsp;
</body>
</html>
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/package.html b/org.eclipse.help.ui/src/org/eclipse/help/ui/package.html
index 6ae912f72..ebf9171d0 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/package.html
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/package.html
@@ -12,7 +12,7 @@ Provides a framework for editing and contributing to the help search scope.
<h2>
Package Specification</h2>
Provides interfaces for creating preference pages that edit the help search scope as well
-as an abstract class, <tt>RootScopePage</tt> that can be extended to add search scope root
+as an abstract class, <code>RootScopePage</code> that can be extended to add search scope root
pages to the help search engine.
</body>

Back to the top