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

index 9ad4cec..e309a40 100644 (file)
@@ -107,6 +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);
+                                               // we use the new one???
                                        } else { // old is documented but new isn't
                                                return;
                                        }