JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 8ec788f..444ac48 100644 (file)
@@ -225,7 +225,7 @@ ScopeParser.prototype = {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
             //this.dumpToken(token , this.scopes, this.braceNesting);
             //print('SCOPE:' + token.toString());
-            //this.log(token.data);
+            this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);
             }