src/jsdoc/Symbol.vala
authorAlan Knowles <alan@roojs.com>
Wed, 29 Mar 2017 08:56:54 +0000 (16:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Mar 2017 08:56:54 +0000 (16:56 +0800)
src/jsdoc/Symbol.vala

index bca69da..309b79d 100644 (file)
@@ -182,15 +182,12 @@ namespace JSDOC {
             
            
             
-            if (this.is("FILE") && !this.alias) {
+            if (this.is("FILE") && !this.alias) { // this will never hapen???
                        this.alias = this.srcFile;
                }
 
             this.setTags();
             
-            //if (typeof PluginManager != "undefined") {
-            //    PluginManager.run("onSymbol", this);
-            //}
         },
 
         setTags : function() {