Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-03-22 10:29:53 +0000
committerHenrik Rentz-Reichert2013-03-22 10:29:53 +0000
commit609c57fca51f03df3c9d57811d2bda605efe0fac (patch)
tree9f4675858b6384b51d8ea8144a819cab69a8d771
parent172d10d7c09a98f121c2edc466858606131ad420 (diff)
downloadorg.eclipse.etrice-609c57fca51f03df3c9d57811d2bda605efe0fac.tar.gz
org.eclipse.etrice-609c57fca51f03df3c9d57811d2bda605efe0fac.tar.xz
org.eclipse.etrice-609c57fca51f03df3c9d57811d2bda605efe0fac.zip
[core.genmodel] bug 398876: add documentation to Xtext generated meta models
https://bugs.eclipse.org/bugs/show_bug.cgi?id=398876
-rw-r--r--plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/ActorInstance.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/ActorInstance.java b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/ActorInstance.java
index 2b0458ed4..f95267c49 100644
--- a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/ActorInstance.java
+++ b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/ActorInstance.java
@@ -40,8 +40,7 @@ public interface ActorInstance extends StructureInstance {
* Returns the value of the '<em><b>Actor Class</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Actor Class</em>' reference isn't clear,
- * there really should be more of a description here...
+ * This is the actor class of which this is an instance.
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Actor Class</em>' reference.

Back to the top