X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=9e93c7719f3a5dad562d49162312a145a2294b3f;hp=e6544cc493d37de1c2140355415e56e7198ca3cf;hb=41634fc298fa9ac69afb6d428599ca6114de84f4;hpb=229538a418ea43416b154f3f01067442783351fb diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index e6544cc..9e93c77 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -787,7 +787,7 @@ 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:/)) { // look for eval:var:noreplace\n var _t = this; token.prefix.replace(/eval:var:([a-z]+)/ig, function(m, a) {