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