JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 Nov 2015 09:10:28 +0000 (17:10 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 Nov 2015 09:10:28 +0000 (17:10 +0800)
JSDOC/Packer.vala

index 7fc0d84..745e596 100644 (file)
@@ -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?