Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20643) +++ trunk/doc/user/09_appendix/action_details.html (revision 20644) @@ -1686,6 +1686,10 @@ +

vendor

+

+This will modify all of your drill holes to match the list of allowed sizes for your vendor. +

w

This commands has been added for the convenience of Index: trunk/doc/user/09_appendix/action_src/vendor.html =================================================================== --- trunk/doc/user/09_appendix/action_src/vendor.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/vendor.html (revision 20644) @@ -0,0 +1,2 @@ +This will modify all of your drill holes to match the list of allowed +sizes for your vendor. Index: trunk/src_plugins/vendordrill/vendor.c =================================================================== --- trunk/src_plugins/vendordrill/vendor.c (revision 20643) +++ trunk/src_plugins/vendordrill/vendor.c (revision 20644) @@ -105,21 +105,10 @@ static pcb_bool vendorIsSubcMappable(pcb_subc_t *subc); -/* ************************************************************ */ static const char apply_vendor_syntax[] = "ApplyVendor()"; - static const char apply_vendor_help[] = "Applies the currently loaded vendor drill table to the current design."; - -/* %start-doc actions ApplyVendor -@cindex vendor map -@cindex vendor drill table -@findex ApplyVendor() - -This will modify all of your drill holes to match the list of allowed -sizes for your vendor. -%end-doc */ - +/* DOC: vendor.html */ fgw_error_t pcb_act_ApplyVendor(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_event(PCB_EVENT_BUSY, NULL);