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

index 1e21726..9ad4cec 100644 (file)
@@ -107,8 +107,7 @@ namespace JSDOC
                                if (oldSymbol.comment.isUserComment && !oldSymbol.comment.hasTags) {
                                        if (symbol.comment.isUserComment) { // old and new are both documented
                                                GLib.debug("The symbol '%s' is documented more than once.",symbol.alias);
-                                       }
-                                       else { // old is documented but new isn't
+                                       } else { // old is documented but new isn't
                                                return;
                                        }
                                }