JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index 973d61c..1aeab55 100644 (file)
@@ -370,6 +370,14 @@ Walker2 = XObject.define(
                         
                     // change scope to xxxx
                     
+                    print(JSON.stringify([
+                        this.ts.lookTok(1).data 
+                        this.ts.lookTok(2).name 
+                        this.ts.lookTok(3).type 
+                        this.ts.lookTok(4).data 
+                        this.ts.lookTok(5).data 
+                    ], null, 4);
+                    
                     if ( this.ts.lookTok(1).data == '=' &&
                         this.ts.lookTok(2).name == 'NEW' &&
                         this.ts.lookTok(3).type == 'NAME' &&