X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.js;h=19a299e4b4ba3a82287449f08d4abb9a2587ae0d;hb=930f84a467fa52c716a5b86e843a6c701ef7890d;hp=e181c22349793d036e8f89759dab736d2afb9b0e;hpb=b8297c9484a0f83dbe148469e8292367ae47fc3b;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index e181c22..19a299e 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -315,7 +315,8 @@ Packer.prototype = { keepDocs :true, keepWhite : true, keepComments : true, - sepIdents : true + sepIdents : true, + collapseWhite : false }); this.timerPrint("START" + fn); @@ -335,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;// @@ -347,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;