X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;fp=JSDOC%2FScopeParser.js;h=eaf27523398b80938e378e882accc80dc6debc17;hp=a01fa4931bc4f82a5225a050b894b70df3ae17bf;hb=24bbeefe809eb36ed331df82e654bccd6ecc858e;hpb=831eccef7c58a11e989c82e6b2ac16862141d5e2 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a01fa49..eaf2752 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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 == '(') {