src/jsdoc/Symbol.vala
authorAlan Knowles <alan@roojs.com>
Fri, 28 Apr 2017 08:51:36 +0000 (16:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Apr 2017 08:51:36 +0000 (16:51 +0800)
src/jsdoc/Symbol.vala

index 0327d7e..ab0848b 100644 (file)
@@ -153,21 +153,21 @@ namespace JSDOC {
             
             this.cfgs = {};
             // derived later?
-            this.inheritsFrom = [];
-            this.childClasses = [];
+            //this.inheritsFrom = [];
+            //this.childClasses = [];
             
             this.comment = new DocComment();
             this.comment.isUserComment =  false;
             
                
-        },
+        }
                
                Public Symbol.new_builtin(string name)
                {
             Symbol.regexInit();
             this.initArrays();
             this.srcFile = DocParser.currentSourceFile;
-                       this.setName( name );
+                       this.prviate_name =  name ;
                        this.alias = this.name;
                        this.isa = "CONSTRUCTOR";
                        this.comment = new DocComment("");