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/Comment.java')
-rw-r--r--plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Comment.java20
1 files changed, 12 insertions, 8 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Comment.java b/plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Comment.java
index 32b10acfbd4..cfc167267d3 100644
--- a/plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Comment.java
+++ b/plugins/developer/org.eclipse.papyrus.documentation.plugin/src-gen/org/eclipse/papyrus/documentation/plugin/documentation/Comment.java
@@ -20,8 +20,8 @@ import org.eclipse.emf.ecore.EModelElement;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.documentation.plugin.documentation.Comment#getTitle <em>Title</em>}</li>
- * <li>{@link org.eclipse.papyrus.documentation.plugin.documentation.Comment#getContents <em>Contents</em>}</li>
+ * <li>{@link org.eclipse.papyrus.documentation.plugin.documentation.Comment#getTitle <em>Title</em>}</li>
+ * <li>{@link org.eclipse.papyrus.documentation.plugin.documentation.Comment#getContents <em>Contents</em>}</li>
* </ul>
* </p>
*
@@ -34,10 +34,10 @@ public interface Comment extends EModelElement {
* Returns the value of the '<em><b>Title</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Title</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Title</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Title</em>' attribute.
* @see #setTitle(String)
* @see org.eclipse.papyrus.documentation.plugin.documentation.DocumentationPackage#getComment_Title()
@@ -50,7 +50,9 @@ public interface Comment extends EModelElement {
* Sets the value of the '{@link org.eclipse.papyrus.documentation.plugin.documentation.Comment#getTitle <em>Title</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Title</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Title</em>' attribute.
* @see #getTitle()
* @generated
*/
@@ -60,10 +62,10 @@ public interface Comment extends EModelElement {
* Returns the value of the '<em><b>Contents</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Contents</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Contents</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Contents</em>' attribute.
* @see #setContents(String)
* @see org.eclipse.papyrus.documentation.plugin.documentation.DocumentationPackage#getComment_Contents()
@@ -76,7 +78,9 @@ public interface Comment extends EModelElement {
* Sets the value of the '{@link org.eclipse.papyrus.documentation.plugin.documentation.Comment#getContents <em>Contents</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Contents</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Contents</em>' attribute.
* @see #getContents()
* @generated
*/

Back to the top