Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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