X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=111bbc5a6edfbdddee1c98cb72dafaccc882db10;hb=0ff3cbd55bdbbd1a914eaa8ecf63ca1d372b0cb4;hp=55ea5fceac324dc99a52817782f3fe4c1f651dad;hpb=6e63a04f45ae21413c8712049bdb86a955d0c5ed;p=gnome.introspection-doc-generator diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 55ea5fc..111bbc5 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -330,10 +330,12 @@ ScopeParser.prototype = { for (var prop in token.props) { - print('SCOPE-PROPS:' + JSON.stringify(token.props[prop],null,4)); + + // print('SCOPE-PROPS:' + JSON.stringify(token.props[prop],null,4)); if (token.props[prop].val[0].data == 'function') { // parse a function.. this.ts = new TokenStream(token.props[prop].val); + this.ts.nextTok(); this.parseFunctionDeclaration(); continue;