src/jsdoc/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Fri, 17 Mar 2017 08:17:08 +0000 (16:17 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 17 Mar 2017 08:17:08 +0000 (16:17 +0800)
src/jsdoc/PackerRun.vala

index 2d2ad28..dc964fb 100644 (file)
@@ -64,7 +64,7 @@ namespace JSDOC
                
                  
                /**
-                * @cfg {Boolean} clopt_clean_cache  (optional) clean up temp files after done - 
+                * @cfg {Boolean} opt_clean_cache  (optional) clean up temp files after done - 
                 *    Defaults to false if you set tmpDir, otherwise true.
                 */
                
@@ -160,10 +160,8 @@ namespace JSDOC
                        var p = new Packer(
                                
                        );
   
-                       p.cleanup = opt_clean_cache;
+  
                        //if (opt_tmpdir == null) {
                        //      p.cleanup = false;
                        //} else {