Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Dependency.java')
-rw-r--r--plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Dependency.java24
1 files changed, 14 insertions, 10 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Dependency.java b/plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Dependency.java
index 7e5e9ecb1cb..4277832c989 100644
--- a/plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Dependency.java
+++ b/plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Dependency.java
@@ -15,17 +15,17 @@ import org.eclipse.emf.ecore.EModelElement;
*
* <!-- begin-model-doc -->
* Describes a non-Java dependency, i.e. a dependency which cannot be automatically handled by the Eclipse tooling.
- *
+ *
* This is typically a resource dependency (Model, Icon, ...).
- *
+ *
* The dependency refers to a plug-in (which should always be present in the plug-in dependencies), and has a comment to explain why this dependency is required.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.documentation.plugin.documentation.Dependency#getPlugin <em>Plugin</em>}</li>
- * <li>{@link org.eclipse.papyrus.documentation.plugin.documentation.Dependency#getComment <em>Comment</em>}</li>
+ * <li>{@link org.eclipse.papyrus.documentation.plugin.documentation.Dependency#getPlugin <em>Plugin</em>}</li>
+ * <li>{@link org.eclipse.papyrus.documentation.plugin.documentation.Dependency#getComment <em>Comment</em>}</li>
* </ul>
* </p>
*
@@ -38,10 +38,10 @@ public interface Dependency extends EModelElement {
* Returns the value of the '<em><b>Plugin</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Plugin</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Plugin</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Plugin</em>' attribute.
* @see #setPlugin(String)
* @see org.eclipse.papyrus.documentation.plugin.documentation.DocumentationPackage#getDependency_Plugin()
@@ -54,7 +54,9 @@ public interface Dependency extends EModelElement {
* Sets the value of the '{@link org.eclipse.papyrus.documentation.plugin.documentation.Dependency#getPlugin <em>Plugin</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Plugin</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Plugin</em>' attribute.
* @see #getPlugin()
* @generated
*/
@@ -64,10 +66,10 @@ public interface Dependency extends EModelElement {
* Returns the value of the '<em><b>Comment</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Comment</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Comment</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Comment</em>' attribute.
* @see #setComment(String)
* @see org.eclipse.papyrus.documentation.plugin.documentation.DocumentationPackage#getDependency_Comment()
@@ -80,7 +82,9 @@ public interface Dependency extends EModelElement {
* Sets the value of the '{@link org.eclipse.papyrus.documentation.plugin.documentation.Dependency#getComment <em>Comment</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Comment</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Comment</em>' attribute.
* @see #getComment()
* @generated
*/

Back to the top