JSDOC/Packer.vala
[gnome.introspection-doc-generator] / JSDOC / Packer.vala
index e4a54b8..883f0b9 100644 (file)
@@ -96,7 +96,7 @@ namespace JSDOC
                 *    usefull for debugging compressed files.
                 */
                
-               public bool keepWhite =  true;
+               public bool keepWhite =  false;
                
                
                // list of files to compile...
@@ -314,9 +314,12 @@ namespace JSDOC
                    }
                    print("Output file: " + this.target);
                    if (this.targetDebug.length > 0) {
-                                print("Output debug file: " + this.targetDebug);
-                        }
-                   
+                                print("Output debug file: %s\n" , this.targetDebug);
+                       }  
+                       
+                       if (this.outstr.length > 0 ) {
+                               print(this.outstr);
+                       }