JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 4722a4e..51cbb75 100644 (file)
@@ -902,9 +902,9 @@ ScopeParser.prototype = {
         // now pop it off the stack!!!
        
         this.braceNesting = b4braceNesting;
-        print(this.ts.lookTok(-1).toString());
-        print(this.ts.lookTok(0).toString());
-        print(this.ts.lookTok(1).toString());
+        print("ENDFN -1: " + this.ts.lookTok(-1).toString());
+        print("ENDFN 0: " + this.ts.lookTok(0).toString());
+        print("ENDFN 1: " + this.ts.lookTok(1).toString());
     },
     
     protectScopeFromObfuscation : function(scope) {