We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb939e commit 2c513c5Copy full SHA for 2c513c5
language/thingml/src/org/thingml/annotations/AnnotationRegistry.java
@@ -160,8 +160,8 @@ public class AnnotationRegistry {
160
161
//@c_header
162
final String cheader_name = "c_header";
163
- final String cheader_desc = "Adds a header (.h) to the generated code for this Thing.";
164
- final EClass cheader_scope[] = {ThingMLPackage.eINSTANCE.getThing()};
+ final String cheader_desc = "Adds a header (.h) to the generated code for this Type.";
+ final EClass cheader_scope[] = {ThingMLPackage.eINSTANCE.getType()};
165
final Annotation cheader_annotation = new Annotation(cheader_name, cheader_desc, cheader_scope);
166
annotations.put(cheader_name, cheader_annotation);
167
0 commit comments