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

index 35ebf94..6a84a10 100644 (file)
@@ -211,6 +211,9 @@ ScopeParser.prototype = {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
              
             !this.debug|| print(token.type + '.' + token.name+ ":" + token.data);
+            if (token.type == 'NAME') {
+                print('*' + token.data);
+            }
             switch(token.type + '.' + token.name) {
                 case "KEYW.VAR":
                 case "KEYW.CONST": // not really relivant as it's only mozzy that does this.