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

index e77822e..bca69da 100644 (file)
@@ -177,12 +177,14 @@ namespace JSDOC {
             this.setParams(params);
             this.isa = (isa == "VIRTUAL")? "OBJECT":isa;
             this.comment = comment || new DocComment("")
-            ;
+            
             this.srcFile = DocParser.currentSourceFile;
             
            
             
-            if (this.is("FILE") && !this.alias) this.alias = this.srcFile;
+            if (this.is("FILE") && !this.alias) {
+                       this.alias = this.srcFile;
+               }
 
             this.setTags();