Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/fragment/MModelFragment.java')
-rw-r--r--bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/fragment/MModelFragment.java27
1 files changed, 24 insertions, 3 deletions
diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/fragment/MModelFragment.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/fragment/MModelFragment.java
index d0e16356b05..0fd339a03bc 100644
--- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/fragment/MModelFragment.java
+++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/fragment/MModelFragment.java
@@ -20,6 +20,15 @@ import org.eclipse.e4.ui.model.application.MApplicationElement;
* A representation of the model object '<em><b>Model Fragment</b></em>'.
* <!-- end-user-doc -->
*
+ * <!-- begin-model-doc -->
+ * <p>
+ * <strong>Developers</strong>:
+ * Add more detailed documentation by editing this comment in
+ * /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore.
+ * There is a GenModel/documentation node under each type and attribute.
+ * </p>
+ * <!-- end-model-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
@@ -35,11 +44,15 @@ public interface MModelFragment {
* Returns the value of the '<em><b>Elements</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.e4.ui.model.application.MApplicationElement}.
* <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
* <p>
- * If the meaning of the '<em>Elements</em>' containment reference list isn't clear,
- * there really should be more of a description here...
+ * <strong>Developers</strong>:
+ * Add more detailed documentation by editing this comment in
+ * /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore.
+ * There is a GenModel/documentation node under each type and attribute.
* </p>
- * <!-- end-user-doc -->
+ * <!-- end-model-doc -->
* @return the value of the '<em>Elements</em>' containment reference list.
* @model containment="true"
* @generated
@@ -49,6 +62,14 @@ public interface MModelFragment {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * <p>
+ * <strong>Developers</strong>:
+ * Add more detailed documentation by editing this comment in
+ * /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore.
+ * There is a GenModel/documentation node under each type and attribute.
+ * </p>
+ * <!-- end-model-doc -->
* @model
* @generated
*/

Back to the top