From: Alan Knowles Date: Thu, 15 Jul 2010 05:20:57 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=2156a0512a920ebe08eed1b2aa695c81162864fb JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 83c74d1..130ab2a 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -247,6 +247,7 @@ ScopeParser.prototype = { case "KEYW.VAR": case "KEYW.CONST": // not really relivant as it's only mozzy that does this. + var vstart = this.ts.cursor; //this.log("parseScope GOT VAR/CONST : " + token.toString()); while (true) { @@ -306,6 +307,10 @@ ScopeParser.prototype = { } } } + + + this.ts.dump(vstart , this.ts.cursor); + break; case "KEYW.FUNCTION": //println(""+token.data+"");