X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;fp=JSDOC%2FScopeParser.js;h=a01fa4931bc4f82a5225a050b894b70df3ae17bf;hp=8ec788f68e36e6de70bc2fdb9ad78f71dd5c88d5;hb=4f0f823b5b9671c80f184a03b5f75c202c358ed2;hpb=93b77a807579ab327899f3f4dedb258571789c42 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.