Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 20573) +++ trunk/src/change_act.c (revision 20574) @@ -398,10 +398,6 @@ static const char pcb_acth_Change2ndSize[] = "Changes the drilling hole size of objects."; -/* %start-doc actions ChangeDrillSize - -%end-doc */ - static fgw_error_t pcb_act_Change2ndSize(fgw_arg_t *res, int argc, fgw_arg_t *argv) { const char *function; Index: trunk/src/gui_act.c =================================================================== --- trunk/src/gui_act.c (revision 20573) +++ trunk/src/gui_act.c (revision 20574) @@ -925,9 +925,6 @@ static const char pcb_acts_RouteStyle[] = "RouteStyle(style_id|style_name)"; static const char pcb_acth_RouteStyle[] = "Copies the indicated routing style into the current pen."; -/* %start-doc actions RouteStyle - -%end-doc */ static fgw_error_t pcb_act_RouteStyle(fgw_arg_t *res, int argc, fgw_arg_t *argv) { char *end; @@ -970,11 +967,6 @@ static const char pcb_acts_CreateMenu[] = "CreateMenu(path)\nCreateMenu(path, action, dummy, accel, tooltip, cookie)"; static const char pcb_acth_CreateMenu[] = "Creates a new menu, popup (only path specified) or submenu (at least path and action are specified)"; - -/* %start-doc actions RouteStyle - -%end-doc */ - static fgw_error_t pcb_act_CreateMenu(fgw_arg_t *res, int argc, fgw_arg_t *argv) { if (pcb_gui == NULL) { @@ -1009,11 +1001,6 @@ static const char pcb_acts_RemoveMenu[] = "RemoveMenu(path|cookie)"; static const char pcb_acth_RemoveMenu[] = "Recursively removes a new menu, popup (only path specified) or submenu. "; - -/* %start-doc actions RemoveMenu - -%end-doc */ - static fgw_error_t pcb_act_RemoveMenu(fgw_arg_t *res, int argc, fgw_arg_t *argv) { if (pcb_gui == NULL) { Index: trunk/src/rats_act.c =================================================================== --- trunk/src/rats_act.c (revision 20573) +++ trunk/src/rats_act.c (revision 20574) @@ -203,13 +203,7 @@ /* --------------------------------------------------------------------------- */ static const char pcb_acts_DeleteRats[] = "DeleteRats(AllRats|Selected|SelectedRats)"; - static const char pcb_acth_DeleteRats[] = "Delete rat lines."; - -/* %start-doc actions DeleteRats - -%end-doc */ - static fgw_error_t pcb_act_DeleteRats(fgw_arg_t *res, int argc, fgw_arg_t *argv) { int op; Index: trunk/src/remove_act.c =================================================================== --- trunk/src/remove_act.c (revision 20573) +++ trunk/src/remove_act.c (revision 20574) @@ -41,11 +41,6 @@ static const char pcb_acts_Delete[] = "Delete(Object|Selected)\n" "Delete(AllRats|SelectedRats)"; static const char pcb_acth_Delete[] = "Delete stuff."; - -/* %start-doc actions Delete - -%end-doc */ - static fgw_error_t pcb_act_Delete(fgw_arg_t *res, int argc, fgw_arg_t *argv) { int id; @@ -84,11 +79,6 @@ static const char pcb_acts_RemoveSelected[] = "pcb_remove_selected()"; static const char pcb_acth_RemoveSelected[] = "Removes any selected objects."; - -/* %start-doc actions RemoveSelected - -%end-doc */ - static fgw_error_t pcb_act_RemoveSelected(fgw_arg_t *res, int argc, fgw_arg_t *argv) { if (pcb_remove_selected(pcb_false))