X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=45943b4a8087695f0602d44a1cc58ed8f7d5c8c7;hp=237f6b62c126d79c0f2abd43aa7263de876caf76;hb=e56710032e15cc902472306c6fb27c83fbe45b6b;hpb=0b1b9720065bdff5e55cd4433e2c6a679c55d9e5 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 237f6b6..45943b4 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -641,7 +641,7 @@ ScopeParser.prototype = { // key value.. this.ts = new TokenStream(token.props[prop].val); - this.parseScope(currentScope); + this.parseScope(false); } this.ts = curTS;