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

index 02b84d3..07067de 100644 (file)
@@ -198,7 +198,7 @@ namespace JSDOC {
             this.alias = this.getName();
             this.setParams(params);
             this.isa = (isa == "VIRTUAL")? "OBJECT":isa;
-            this.comment = comment || new DocComment("")
+            this.comment = comment || new DocComment("");
             
             this.srcFile = DocParser.currentSourceFile;