Index: vendor.c =================================================================== --- vendor.c (revision 20643) +++ 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);