Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20672) +++ trunk/doc/user/09_appendix/action_details.html (revision 20673) @@ -1476,6 +1476,10 @@ +

polycombine

+

+The selected polygons are combined together according to the ordering of their points. +

polygon

Argument: Index: trunk/doc/user/09_appendix/action_src/polycombine.html =================================================================== --- trunk/doc/user/09_appendix/action_src/polycombine.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/polycombine.html (revision 20673) @@ -0,0 +1,2 @@ +The selected polygons are combined together according to the ordering +of their points. Index: trunk/src_plugins/polycombine/polycombine.c =================================================================== --- trunk/src_plugins/polycombine/polycombine.c (revision 20672) +++ trunk/src_plugins/polycombine/polycombine.c (revision 20673) @@ -8,10 +8,6 @@ * * Ported to pcb-rnd by Tibor 'Igor2' Palinkas in 2016. * - * Usage: PolyCombine() - * - * The selected polygons are combined together according to the ordering - * of their points. */ #include @@ -264,6 +260,7 @@ return accumulate; } +/* DOC: polycombine.html */ static fgw_error_t pcb_act_polycombine(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_polyarea_t *rs;