JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index ed900b4..4b71795 100644 (file)
@@ -547,7 +547,8 @@ ScopeParser.prototype = {
                                     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;
                                     }