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

index a4905a9..27037aa 100644 (file)
@@ -185,6 +185,10 @@ namespace JSDOC {
             this.inheritsFrom = new Gee.ArrayList<string>();
 
             this.childClasses = new Gee.ArrayList<string>();
+            
+            this.tree_parent = new Gee.ArrayList<string>();
+            this.tree_children = new Gee.ArrayList<string>();
+            
              
             this.comment = new DocComment();
             this.comment.isUserComment =  false;