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

index 1955649..d6113bf 100644 (file)
@@ -218,9 +218,9 @@ namespace JSDOC {
 
             this.setTags();
             
-        },
+        }
 
-        setTags : function() {
+        void setTags() {
             // @author
             var authors = this.comment.getTag("author");
             if (authors.length) {