Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-06-02 13:07:15 +0000
committerMarkus Keller2016-06-02 13:07:15 +0000
commitdde1bcf707eac2b5c454295f2b0f37c3207b3ba4 (patch)
tree957ad393c7426ca00eb882e8c36b07cbc43efedc
parent247c2a90f2c0565c886ad854bb2fa4217d8396da (diff)
downloadeclipse.platform.ua-dde1bcf707eac2b5c454295f2b0f37c3207b3ba4.tar.gz
eclipse.platform.ua-dde1bcf707eac2b5c454295f2b0f37c3207b3ba4.tar.xz
eclipse.platform.ua-dde1bcf707eac2b5c454295f2b0f37c3207b3ba4.zip
Bug 442959: [Workbench] Mark WorkbenchHelp, IHelp and related API for deletionR4_6I20160606-1100I20160603-1000I20160602-1000
Reverted @no* tags that caused API Tools errors and fixed deprecation comment Change-Id: Ib42b687be06e134223062ddbc3cc7ce5b86313a9
-rw-r--r--org.eclipse.help/src/org/eclipse/help/IHelp.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/org.eclipse.help/src/org/eclipse/help/IHelp.java b/org.eclipse.help/src/org/eclipse/help/IHelp.java
index 8c6a56e5d..c39a08ca8 100644
--- a/org.eclipse.help/src/org/eclipse/help/IHelp.java
+++ b/org.eclipse.help/src/org/eclipse/help/IHelp.java
@@ -21,12 +21,8 @@ package org.eclipse.help;
* and {@link org.eclipse.help.HelpSystem#getContext
* HelpSystem.getContext(String)} to obtain help resources. Use
* various display methods of
- * {@link org.eclipse.ui.help.WorkbenchHelp WorkbenchHelp}to display
- * help resources.
- *
- * @noinstantiate This class is not intended to be instantiated by clients.
- * @noextend This class is not intended to be subclassed by clients.
- * @noreference This class is not intended to be referenced by clients.
+ * {@link org.eclipse.ui.help.IWorkbenchHelpSystem} to display help
+ * resources.
*/
@Deprecated
public interface IHelp {

Back to the top