From fcc1c6c4b32e66d764f72878701fbd28ee3cc3b7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 30 Nov 2015 17:10:28 +0800 Subject: [PATCH] JSDOC/Packer.vala --- JSDOC/Packer.vala | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 7fc0d84..745e596 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -75,6 +75,10 @@ namespace JSDOC /** * @cfg {String} tmpDir (optional) where to put the temporary files. * if you set this, then files will not be cleaned up + * + * at present we need tmpfiles - as we compile multiple files into one. + * we could do this in memory now, as I suspect vala will not be as bad as javascript for leakage... + * */ public string tmpDir = "/tmp"; // FIXME??? in ctor? -- 2.39.2