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