JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index a01fa49..eaf2752 100644 (file)
@@ -363,6 +363,7 @@ ScopeParser.prototype = {
                     
                     var _this = this;
                     token.items.forEach(function(expr) {
+                        print(expr.toString());
                            //print(JSON.stringify(expr, null,4));
                            _this.ts = new TokenStream(expr);
                             //if (curTS.data == '(') {