X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=e7120b44aaf6306a442253560347058cc477d27e;hp=a12181c7bd188fd53a9086fbb97b00061f1c9d12;hb=d5e878422cd67f7dbde1f3b3b9ee4f12f89d0fae;hpb=736d582f401ac9824b279514e0ed497da11163d8 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a12181c..e7120b4 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -540,9 +540,10 @@ 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) { - + print("GOT: " + a); var hi = _t.getIdentifier(a, thisScope, token); // println("PROTECT "+a+" from munge" + (hi ? "FOUND" : "MISSING")); if (hi) {