JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 05:50:01 +0000 (13:50 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 05:50:01 +0000 (13:50 +0800)
JSDOC/ScopeParser.js

index b31b11d..401b760 100644 (file)
@@ -205,7 +205,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
              
-            print(token.type + '.' + token.name);
+            print(token.type + '.' + token.name+ ":" + token.data);
             switch(token.type + '.' + token.name) {
                 case "KEYW.VAR":
                 case "KEYW.CONST": // not really relivant as it's only mozzy that does this.