summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-04 21:08:30 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-03-04 21:08:30 +0100
commitb5c0354bdb36dc665d8a437bb6e01bb093df6dc9 (patch)
tree8f3815a8add5b954bcef8c6ff9a207e3529c9f4e /src
parent6227adfe37b1980c068fea89a47794974ae64dd9 (diff)
Transformed comments to doxygen comments
Diffstat (limited to 'src')
-rw-r--r--src/core/model/Syntax.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/model/Syntax.hpp b/src/core/model/Syntax.hpp
index 4adb329..97a2995 100644
--- a/src/core/model/Syntax.hpp
+++ b/src/core/model/Syntax.hpp
@@ -109,13 +109,14 @@ struct SyntaxDescriptor {
*/
TokenId shortForm;
- /*
+ /**
* The Descriptor this SyntaxDescriptor belongs to. As this may be
* a FieldDescriptor as well as a class Descriptor (StructuredClass or
* AnnotationClass) we can only use the class Node as inner argument here.
*/
Rooted<Node> descriptor;
- /*
+
+ /**
* Given the current leaf in the parsed document the depth of a
* SyntaxDescriptor is defined as the number of transparent elements that
* would be needed to construct an instance of the referenced descriptor.