X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPacker.js;h=677b1dd1df0e05ee657c63654d3761bb642703ea;hb=f411a58df415d07ca3646208f47882db25a22e10;hp=e04d643d798cd0e93a3a197b3c4e6a99f1448a4b;hpb=d51bc86ae594d81e056e17ccbfeaddb24efc5d40;p=gnome.introspection-doc-generator diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index e04d643..677b1dd 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,6 +336,7 @@ Packer.prototype = { this.timerPrint("Tokenized"); //var ts = new TokenStream(toks); + //print(JSON.stringify(toks, null,4 )); Seed.quit(); var ts = new Collapse(toks); // print(JSON.stringify(ts.tokens, null,4 )); Seed.quit(); //return;//