Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20645) +++ trunk/doc/user/09_appendix/action_details.html (revision 20646) @@ -872,6 +872,22 @@ +

loadvendorfrom

+

+Arguments: +

+ + + + + +
+filename + + Name of the vendor lihata file. If not specified, the user will be prompted to enter one. +
+ +

m

If no filename is specified a file select box will popup. Index: trunk/doc/user/09_appendix/action_src/loadvendorfrom.html =================================================================== --- trunk/doc/user/09_appendix/action_src/loadvendorfrom.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/loadvendorfrom.html (revision 20646) @@ -0,0 +1,7 @@ +Arguments: +

+ +
filename + Name of the vendor lihata file. If not specified, the user will + be prompted to enter one. +
Index: trunk/src_plugins/vendordrill/vendor.c =================================================================== --- trunk/src_plugins/vendordrill/vendor.c (revision 20645) +++ trunk/src_plugins/vendordrill/vendor.c (revision 20646) @@ -128,26 +128,10 @@ return 0; } -/* ************************************************************ */ static const char pcb_acts_LoadVendorFrom[] = "LoadVendorFrom(filename)"; - static const char pcb_acth_LoadVendorFrom[] = "Loads the specified vendor lihata file."; - -/* %start-doc actions LoadVendorFrom - -@cindex vendor map -@cindex vendor drill table -@findex LoadVendorFrom() - -@table @var -@item filename -Name of the vendor lihata file. If not specified, the user will -be prompted to enter one. -@end table - -%end-doc */ - +/* DOC: loadvendorfrom.html */ fgw_error_t pcb_act_LoadVendorFrom(fgw_arg_t *res, int argc, fgw_arg_t *argv) { const char *fname = NULL;