JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 92dda40..4b71795 100644 (file)
@@ -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;
                                     }