X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=cf44510530ad87d487d32abd1c8baf74eef0a618;hp=bc630740c42ebd8be150d38dc17be978f0f587f6;hb=a0356541d4d29c1f9bc6c4c599ab227edeee1c31;hpb=ef55015b78daa5a5284b3053c557d08c65d2828c diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index bc63074..cf44510 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -787,8 +787,9 @@ ScopeParser.prototype = { if (token.name == "EVAL") { print(JSON.stringify(token,null,4)); - if (token.prefix && token.prefix.match(/eval:/)) { + if (token.prefix && token.prefix.match(/eval:var:/g)) { // look for eval:var:noreplace\n + print("GOT MATCH?"); var _t = this; token.prefix.replace(/eval:var:([a-z]+)/ig, function(m, a) {