roojspacker/Symbol.vala
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 10:02:33 +0000 (18:02 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jul 2021 10:02:33 +0000 (18:02 +0800)
roojspacker/Symbol.vala

index dc6a546..6d21b75 100644 (file)
@@ -693,7 +693,7 @@ namespace JSDOC {
             if (this.comment.getTag(DocTagTitle.PUBLIC).size > 0) {
                 this.isPrivate = false;
             }
-            
+            /*
             // @children
              if (this.comment.getTag(DocTagTitle.CHILDREN).size > 0) {
                 foreach(var s in this.comment.getTag(DocTagTitle.CHILDREN).get(0).desc.strip().split(" ")) {
@@ -715,7 +715,7 @@ namespace JSDOC {
                        if (this.comment.getTag(DocTagTitle.BUILDER_TOP).size > 0) {
                 this.isBuilderTop = true;
             }
-            
+            */