JSDOC/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:22:50 +0000 (17:22 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:22:50 +0000 (17:22 +0800)
JSDOC/PackerRun.vala

index 3ec1653..5583790 100644 (file)
@@ -26,6 +26,8 @@ namespace JSDOC
                        { "index-files", 0, 0, OptionArg.STRING_ARRAY, ref opt_files_from ,"files that contain listing of files to compile", null },             
  
                        { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null },
+                       // fixme -- keepwhite.. cleanup 
+                       
                        { null }
                };
                public static string opt_target = "";
@@ -72,7 +74,7 @@ namespace JSDOC
                        if (opt_files.length > 0) {
                                p.loadFiles(opt_files);
                        }
-                       p.
+                       p.packAll();
                }