Index: change_act.c =================================================================== --- change_act.c (revision 20601) +++ change_act.c (revision 20602) @@ -471,29 +471,9 @@ return 0; } -/* --------------------------------------------------------------------------- */ - static const char pcb_acts_ChangeName[] = "ChangeName(Object)\n" "ChangeName(Layout|Layer)"; - static const char pcb_acth_ChangeName[] = "Sets the name (or pin number) of objects."; - -/* %start-doc actions ChangeName - -@table @code - -@item Object -Changes the name of the element under the cursor. - -@item Layout -Changes the name of the layout. This is printed on the fab drawings. - -@item Layer -Changes the name of the currently active layer. - -@end table - -%end-doc */ - +/* DOC: changename.html */ static fgw_error_t pcb_act_ChangeName(fgw_arg_t *res, int argc, fgw_arg_t *argv) { int op;