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

index 7b87083..a4905a9 100644 (file)
@@ -98,11 +98,13 @@ namespace JSDOC {
 
                public Gee.ArrayList<string> childClasses;
                public Gee.ArrayList<string> inheritsFrom;
-        public Gee.HashMap<string,DocTag>cfgs;
-        
-               
-               
+               public Gee.HashMap<string,DocTag>cfgs;
+
+
+               public Gee.ArrayList<string> tree_parent;
+               public Gee.ArrayList<string> tree_children;
+               
+
         public DocComment comment;
                 
         //$args : [], // original arguments used when constructing.