JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index e181c22..677b1dd 100644 (file)
@@ -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;//