From: Alan Knowles Date: Thu, 13 Dec 2012 08:27:58 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4f0f823b5b9671c80f184a03b5f75c202c358ed2 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 8ec788f..a01fa49 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -226,9 +226,9 @@ ScopeParser.prototype = { //this.dumpToken(token , this.scopes, this.braceNesting); //print('SCOPE:' + token.toString()); //this.log(token.data); - if (token.type == 'NAME') { + //if (token.type == 'NAME') { // print('*' + token.data); - } + //} switch(token.type + '.' + token.name) { case "KEYW.VAR": case "KEYW.CONST": // not really relivant as it's only mozzy that does this.