X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=e6544cc493d37de1c2140355415e56e7198ca3cf;hp=634ec7e58d8c04ea7808670fec4f69f2b1a21383;hb=229538a418ea43416b154f3f01067442783351fb;hpb=9ddb42b3b815b1e84b79685d784338abd9d2c05e diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 634ec7e..e6544cc 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -792,7 +792,7 @@ ScopeParser.prototype = { var _t = this; token.prefix.replace(/eval:var:([a-z]+)/ig, function(m, a) { - print(a); + print("PROTECT: " + a); var hi = _t.getIdentifier(a, currentScope, token);