JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 36e85ce..619dd6c 100644 (file)
@@ -322,6 +322,7 @@ ScopeParser.prototype = {
 
                 case "PUNC.LEFT_CURLY": // {
                 case "PUNC.LEFT_PAREN": // (    
+                    print('SCOPE-CURLY/PAREN:' + token.toString());
                     //println("<i>"+token.data+"</i>");
                     var curTS = this.ts;
                     if (token.props) {
@@ -345,7 +346,7 @@ ScopeParser.prototype = {
                         break;
                     }
                     
-                    print('SCOPE-CURLY:' + JSON.stringify(token,null,4));
+                    
                     var _this = this;
                     token.items.forEach(function(expr) {
                           _this.ts = new TokenStream(expr);