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

index 0abc2de..15f24ad 100644 (file)
@@ -229,7 +229,7 @@ ScopeParser.prototype = {
         this.scopes.forEach(function() {
             scopeIndent += '   '; 
         });
-        print(scopeIndent + ">> ENTER SCOPE");
+        //print(scopeIndent + ">> ENTER SCOPE");
         
         
         
@@ -546,7 +546,7 @@ ScopeParser.prototype = {
         this.scopes.forEach(function() {
             scopeIndent += '   '; 
         });
-        print(scopeIndent + ">> ENTER EXPRESSION" + this.expN);
+        //print(scopeIndent + ">> ENTER EXPRESSION" + this.expN);
         while (token = this.ts.lookTok()) {
      
 
@@ -562,7 +562,7 @@ ScopeParser.prototype = {
            */ 
            
            //this.dumpToken(token,  this.scopes, this.braceNesting );
-           print('EXP' + this.expN + ':' + token.toString());
+           //print('EXP' + this.expN + ':' + token.toString());
             
             
             //println("<i>"+token.data+"</i>");