src/jsdoc/Symbol.vala
authorAlan Knowles <alan@roojs.com>
Wed, 29 Mar 2017 09:13:42 +0000 (17:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Mar 2017 09:13:42 +0000 (17:13 +0800)
src/jsdoc/Symbol.vala

index 93d330d..7e657bf 100644 (file)
@@ -48,7 +48,6 @@ namespace JSDOC {
                        
         public string name {
                get { return this.__name; }
-               
                }
                
         : "",
@@ -150,8 +149,8 @@ namespace JSDOC {
             Symbol.regexInit();
             this.initArrays();
             this.srcFile = DocParser.currentSourceFile;
-                       this.setName( name );
-                       this.alias = this.getName();
+                       this._name = name;
+                       this.alias = this.name;
                        this.isa = "CONSTRUCTOR";
                        this.comment = new DocComment("");
                        this.comment.isUserComment =  false;