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

index f8d0ba4..bd5bfad 100644 (file)
@@ -166,7 +166,7 @@ ScopeNamer = XObject.define(
                     stmt[0].jsdoc &&
                     stmt[0].jsdoc.getTag('ignore').length
                ) {
-                //print("got ignore?");
+                 this.debugCall("walkStatement : ignore found - " + scope + '@' + this.tokens[0].line );
                 return true;
             }
             while (null != (token = this.next())) {