JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 06:00:51 +0000 (14:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 06:00:51 +0000 (14:00 +0800)
JSDOC/ScopeParser.js

index a12181c..92dda40 100644 (file)
@@ -540,6 +540,7 @@ 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) {