JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 40dc9ec..f2fcf29 100644 (file)
@@ -876,9 +876,15 @@ ScopeParser.prototype = {
             }
             token =  this.ts.nextTok();
         }
             }
             token =  this.ts.nextTok();
         }
+        
+        
         // return function() {.... 
         while (token.data != "(") {
         // return function() {.... 
         while (token.data != "(") {
+            print(token.toString());
             token =  this.ts.nextTok();
             token =  this.ts.nextTok();
+            
+            
+            
         }
         
         
         }