Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-12-14 21:36:34 +0000
committerChris Goldthorpe2010-12-14 21:36:34 +0000
commitc21e1cfb99fde8350f452ecfcc755b881944258f (patch)
tree9a858ad4e818c657b0b5a29931d5b4b2b0721a9c /org.eclipse.help.base
parentd4a68756987c70fb61a83b87ca8b6a1a8dc63476 (diff)
downloadeclipse.platform.ua-c21e1cfb99fde8350f452ecfcc755b881944258f.tar.gz
eclipse.platform.ua-c21e1cfb99fde8350f452ecfcc755b881944258f.tar.xz
eclipse.platform.ua-c21e1cfb99fde8350f452ecfcc755b881944258f.zip
Bug 330809 - [doc] Helios docs for AbstractHelpScope filtering refer to incorrect extension point
Diffstat (limited to 'org.eclipse.help.base')
-rw-r--r--org.eclipse.help.base/schema/scope.exsd12
1 files changed, 2 insertions, 10 deletions
diff --git a/org.eclipse.help.base/schema/scope.exsd b/org.eclipse.help.base/schema/scope.exsd
index 3953dea4e..5f891c23a 100644
--- a/org.eclipse.help.base/schema/scope.exsd
+++ b/org.eclipse.help.base/schema/scope.exsd
@@ -58,10 +58,10 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
-
+ A class which contains methods to determine which elemements should be displayed when the scope is active.
</documentation>
<appInfo>
- <meta.attribute kind="java"/>
+ <meta.attribute kind="java" basedOn="org.eclipse.help.base.AbstractHelpScope:"/>
</appInfo>
</annotation>
</attribute>
@@ -105,14 +105,6 @@
</annotation>
- <annotation>
- <appInfo>
- <meta.section type="apiinfo"/>
- </appInfo>
- <documentation>
- A class which implements AbstractHelpScope contains functions to determine which elemements should be displayed when the scope is active. The help UI allows the user to specify any of the predefiend scopes.
- </documentation>
- </annotation>
<annotation>

Back to the top