X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=fb9cec9226c3c87b23d42e26ee87be40b79ce518;hp=92dda408a76b4f70769c414f7b84391c608bd4d5;hb=048f2feb9ac0f54a9e78a0205c2cf434c3b91477;hpb=245e619d716fac0f19ec356c1200cbde712598d3 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 92dda40..fb9cec9 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -543,11 +543,12 @@ ScopeParser.prototype = { print("MATCH!?"); var _t = this; token.prefix.replace(/eval:var:([a-z_]+)/ig, function(m, a) { - + print("GOT: " + a); var hi = _t.getIdentifier(a, thisScope, token); // println("PROTECT "+a+" from munge" + (hi ? "FOUND" : "MISSING")); if (hi) { - // println("PROTECT "+a+" from munge"); + print("PROTECT "+a+" from munge"); + //print(JSON.stringify(hi,null,4)); hi.toMunge = false; }