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

index 12d81d8..8cca1d5 100644 (file)
@@ -120,6 +120,7 @@ namespace JSDOC {
                        this.alias = this.getName();
                        this.isa = "CONSTRUCTOR";
                        this.comment = new DocComment("");
+                       this.comment.isUserComment =  false;
                        this.isNamespace = false;
                        this.srcFile = "";
                        this.isPrivate = false;