JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 09:38:25 +0000 (17:38 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 09:38:25 +0000 (17:38 +0800)
JSDOC/Packer.vala

index 7963eb5..658b617 100644 (file)
@@ -75,6 +75,15 @@ namespace JSDOC
                 */
                public tmpDir = "/tmp";  // FIXME??? in ctor?
        
+       
+                 
+               /**
+                * @cfg {Boolean} cleanup  (optional) clean up temp files after done - 
+                *    Defaults to false if you set tmpDir, otherwise true.
+                */
+               cleanup : true,  
+               
+               // list of files to compile...
                Gee.ArrayList<string> files;
                
                public Packer(string target, string debugTarget)
@@ -109,14 +118,7 @@ namespace JSDOC
   
                
                
-    
-    translateJSON : '', // json based list of strings in all files.
    
-    /**
-     * @cfg {Boolean} cleanup  (optional) clean up temp files after done - 
-     *    Defaults to false if you set tmpDir, otherwise true.
-     */
-    cleanup : true,  
     /**
      * @cfg {Boolean} keepWhite (optional) do not remove white space in output.
      *    usefull for debugging compressed files.