JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:59:58 +0000 (13:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:59:58 +0000 (13:59 +0800)
JSDOC/ScopeParser.js

index 184e4bd..99baf29 100644 (file)
@@ -313,7 +313,7 @@ ScopeParser.prototype = {
                     
                     break;
                 case "KEYW.FUNCTION":
-                    print('SCOPE-FUNC:' + token.toString());
+                    print('SCOPE-FUNC:' + JSON.stringify(token,null,4));
                     //println("<i>"+token.data+"</i>");
                      var bn = this.braceNesting;
                     this.parseFunctionDeclaration();