Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IManagedOptionValueHandler.java')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IManagedOptionValueHandler.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IManagedOptionValueHandler.java b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IManagedOptionValueHandler.java
index 4bde86408b8..094e0fb16eb 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IManagedOptionValueHandler.java
+++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IManagedOptionValueHandler.java
@@ -38,9 +38,10 @@ public interface IManagedOptionValueHandler{
* button (or the OK button). The valueHandler can
* transfer the value of the option to its own
* back-end. */
- public final int EVENT_LOAD = 5; /** Posted when the managed build extensions (defined in the manifext files)extension option isThe option has been set by pressing the Apply
- * are loadded.
- * The handler is allowed to adjust the extension elements
+ public final int EVENT_LOAD = 5; /** Posted when the managed build extension options
+ * (defined in the manifest files) are loadded.
+ * Handler is allowed to adjust the extension elements
+ * @see IHoldsOptions.getOptionToSet()
*/
/**

Back to the top