From: Alan Knowles Date: Fri, 16 Jul 2010 06:00:51 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=245e619d716fac0f19ec356c1200cbde712598d3 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a12181c..92dda40 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -540,6 +540,7 @@ ScopeParser.prototype = { //if (this.ts.look(-1).type == "COMM") { if (token.prefix && token.prefix.match(/eval/)) { // look for eval:var:noreplace\n + print("MATCH!?"); var _t = this; token.prefix.replace(/eval:var:([a-z_]+)/ig, function(m, a) {