X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=d96546d1bae5e4cf40c047a821ddbd9b0e9ba906;hp=e3a2d345821ef9a6c547064b572e1693398a80cc;hb=5ed307b3777313bcef4540112f171c629e5468d0;hpb=20e3f2806dff07369c66611da399ec3426ac5187 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index e3a2d34..d96546d 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -644,7 +644,7 @@ ScopeParser.prototype = { // key value.. this.ts = new TokenStream(token.props[prop].val); - this.parseScope(false); + this.parseExpression(); } this.ts = curTS;