JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index 8f961f6..da0e25e 100644 (file)
@@ -170,13 +170,16 @@ Scope.prototype = {
         }
         
 
-        print("MUNGE: Scope:" + this.id+"</BR>");
+        
         
         var pickFromSet = 1;
 
         // Do not munge symbols in the global scope!
         if (this.parent) {
-
+            print("MUNGE: SCOPE");
+            for (var i in this.identifiers) {
+                print("MUNGE VAR:" + i);
+            }
             
             //println("MUNGE: Building FreeSyms:" + this.id+"</BR>");