X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=f2fcf29474cfbe09fc618aa4624643b8da84d128;hp=40dc9eca37974d7aac45a008e3f052dc26ab90e0;hb=4e7ddb64ba7b7159a17ac4d5566f7d0089ee28c3;hpb=e7664dc7e8cecd61b3af8c7d62e6ba2a8e04fbf0 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 40dc9ec..f2fcf29 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -876,9 +876,15 @@ ScopeParser.prototype = { } token = this.ts.nextTok(); } + + // return function() {.... while (token.data != "(") { + print(token.toString()); token = this.ts.nextTok(); + + + }