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

index d6113bf..57f69eb 100644 (file)
@@ -216,11 +216,11 @@ namespace JSDOC {
                        this.alias = this.srcFile;
                }
 
-            this.setTags();
+            this.tagsFromComment();
             
         }
 
-        void setTags() {
+        void tagsFromComment() {
             // @author
             var authors = this.comment.getTag("author");
             if (authors.length) {