JSDOC/PackerRun.vala
[gnome.introspection-doc-generator] / JSDOC / PackerRun.vala
index 2901404..7cec513 100644 (file)
@@ -78,8 +78,10 @@ namespace JSDOC
                        // now run the Packer...
                        var p = new Packer(opt_target, opt_debug_target);
                        if (opt_files != null) {
-                               GLib.debug("Adding Files %d", opt_files.length);
-                               p.loadFiles(opt_files);
+                               for (string f in opt_files) {
+                                       GLib.debug("Adding File %s", f);
+                                       p.loadFile(f);
+                               }
                        } else {
                                GLib.debug("No files added");
                        }