From b5c0354bdb36dc665d8a437bb6e01bb093df6dc9 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 4 Mar 2015 21:08:30 +0100 Subject: Transformed comments to doxygen comments --- src/core/model/Syntax.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/model/Syntax.hpp') 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 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. -- cgit v1.2.3