X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=79ff1039798a23902d1ebfc0e5431ca0b923d972;hp=b77f6ee11d9b206b0c6a32400a53c1251d79d33d;hb=2d54febca6b5aa46e67189c465ffbfd25a42ae45;hpb=632b7ff2d420baf9dd4a77edb7a714a5c8040fa4 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index b77f6ee..79ff103 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -858,7 +858,7 @@ ScopeParser.prototype = { //assert token.getType() == Token.LP; if (this.mode == 'BUILDING_SYMBOL_TREE') { - fnScope = new Scope(1, currentScope, token.n, ''); + fnScope = new Scope(1, currentScope, token.n, '', token); //println("STORING SCOPE" + this.ts.cursor);