JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 03:27:50 +0000 (11:27 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 03:27:50 +0000 (11:27 +0800)
JSDOC/ScopeNamer.js

index 49a5380..1272d6f 100644 (file)
@@ -167,6 +167,7 @@ ScopeNamer = XObject.define(
                     stmt[0].jsdoc.getTag('ignore').length
                ) {
                 this.debugCall("walkStatement : ignore found - " + scope + '@' + this.tokens[0].line );
+                print("GOT ignore?");
                 return true;
             }
             while (null != (token = this.next())) {