Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2005-04-29 19:50:31 +0000
committerDejan Gloszic2005-04-29 19:50:31 +0000
commit8a700362b6fbb94477f7a06b2386bbe9fda0e3f4 (patch)
treee016450e4476a240a1c9e850894aece6ad420600 /org.eclipse.help
parent4f83c59133da6384896bebaade6e0b47acb9fed8 (diff)
downloadeclipse.platform.ua-8a700362b6fbb94477f7a06b2386bbe9fda0e3f4.tar.gz
eclipse.platform.ua-8a700362b6fbb94477f7a06b2386bbe9fda0e3f4.tar.xz
eclipse.platform.ua-8a700362b6fbb94477f7a06b2386bbe9fda0e3f4.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.help')
-rw-r--r--org.eclipse.help/src/org/eclipse/help/IContext2.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.help/src/org/eclipse/help/IContext2.java b/org.eclipse.help/src/org/eclipse/help/IContext2.java
index 28f3ad63b..67e324e72 100644
--- a/org.eclipse.help/src/org/eclipse/help/IContext2.java
+++ b/org.eclipse.help/src/org/eclipse/help/IContext2.java
@@ -11,8 +11,8 @@
package org.eclipse.help;
/**
- * Extends <code>IContext</code> to provide the support for styled text and
- * topic categorization.
+ * Extends <code>IContext</code> to provide support for styled text and topic
+ * categorization.
*
* @since 3.1
*/
@@ -31,11 +31,11 @@ public interface IContext2 extends IContext {
/**
* Returns the category of the provided topic. The category will be used in
* the UI to render all the topics that belong to the same category grouped
- * together. The category string is expected to NL-ready i.e. presentable in
+ * together. The category string is expected to be NL-ready i.e. presentable in
* all NL locales.
*
* @param topic
- * the topic to return the category for
+ * the topic to be categorized
* @return the presentable name of the category that the topic belongs to,
* or <code>null</code> if the topic belongs to the default
* category.

Back to the top