X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.js;h=e04d643d798cd0e93a3a197b3c4e6a99f1448a4b;hb=d51bc86ae594d81e056e17ccbfeaddb24efc5d40;hp=19184629c12840fe66ace30ccc6111bb984fa35e;hpb=848e5231ee2e4e306d028dc3520f1752c39f3ea5;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 1918462..e04d643 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -336,7 +336,7 @@ Packer.prototype = { this.timerPrint("Tokenized"); //var ts = new TokenStream(toks); var ts = new Collapse(toks); - print(JSON.stringify(ts.tokens, null,4 )); Seed.quit(); + // print(JSON.stringify(ts.tokens, null,4 )); Seed.quit(); //return;// var sp = new ScopeParser(ts); this.timerPrint("Converted to Parser");