X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPackerRun.vala;h=ee3c97d1c2524215afc58a576a554d510eb2e165;hb=b85554bcc3d6985efcf6691a161dea7c85d9d81b;hp=b37d198c30e919a186531870310e22ac2c0b3d88;hpb=31250c53e6c7fedbefc6515eba90967814e7b791;p=gnome.introspection-doc-generator diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index b37d198..ee3c97d 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -20,7 +20,7 @@ namespace JSDOC [CCode (array_length = false, array_null_terminated = true)] private static string[]? opt_files_from = null; public static bool opt_debug = false; - + public static bool opt_keep_whitespace = false; const OptionEntry[] options = { @@ -91,7 +91,7 @@ namespace JSDOC // now run the Packer... var p = new Packer(opt_target, opt_debug_target); - p.whitespace = !opt_keep_whitespace; + p.keepWhite = opt_keep_whitespace; if (opt_files != null) {