roojspacker/Symbol.vala
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 09:39:41 +0000 (17:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 09:39:41 +0000 (17:39 +0800)
roojspacker/Symbol.vala

index c76fe93..cf7f362 100644 (file)
@@ -707,11 +707,13 @@ namespace JSDOC {
             }
                         
             // @abstract
-             if (this.comment.getTag(DocTagTitle.ABSTRACT).size > 0) {
+            if (this.comment.getTag(DocTagTitle.ABSTRACT).size > 0) {
                 this.isAbstract = true;
             }
                        // @builder-top            
-
+                       if (this.comment.getTag(DocTagTitle.BUILDER_TOP).size > 0) {
+                this.isBuilderTop = true;
+            }