X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FPacker.js;h=dde208516007d2ae72fb541999c82f3a23f76135;hp=426f1bf06bf39a9b2adda6d44dd0f2ee004c8456;hb=db7f0739d8000a3a6acadd881d562ced33a16a3b;hpb=4ad0f557be0c729ad04acffd1201676965657569 diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 426f1bf..dde2085 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -336,7 +336,7 @@ Packer.prototype = { this.timerPrint("Tokenized"); //var ts = new TokenStream(toks); - print(JSON.stringify(toks, null,4 )); Seed.quit(); + //print(JSON.stringify(toks, null,4 )); Seed.quit(); var ts = new Collapse(toks); // print(JSON.stringify(ts.tokens, null,4 )); Seed.quit(); //return;// @@ -348,7 +348,10 @@ Packer.prototype = { sp.mungeSymboltree(); this.timerPrint("Munged Sym tree"); print(sp.warnings.join("\n")); - var out = CompressWhite(sp.ts, this); + + + //var out = CompressWhite(new TokenStream(toks), this, true); // do not kill whitespace.. + var out = CompressWhite(new TokenStream(toks), this, false); this.timerPrint("Compressed"); return out;