From: Alan Knowles Date: Thu, 13 Dec 2012 08:43:40 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=24bbeefe809eb36ed331df82e654bccd6ecc858e JSDOC/ScopeParser.js --- 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 == '(') {