JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:01:30 +0000 (14:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:01:30 +0000 (14:01 +0800)
JSDOC/ScopeParser.js

index 99baf29..784faa9 100644 (file)
@@ -852,6 +852,7 @@ ScopeParser.prototype = {
           
         }
         
+        print('FUNC-PARSE:' + JSON.stringify(token,null,4));
         // Parse function arguments.
         var argpos = 0;
         while (this.ts.lookTok().data != ')') { //(token = consumeToken()).getType() != Token.RP) {