Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20585) +++ trunk/doc/user/09_appendix/action_details.html (revision 20586) @@ -434,6 +434,10 @@ +

morphpolygon

+

+If a polygon is divided into unconnected "islands", you can use this command to convert the otherwise disappeared islands into separate polygons. Be sure the cursor is over a portion of the polygon that remains visible. Very small islands that may flake off are automatically deleted. +

netlist

Each of these actions apply to a specified set of nets. Index: trunk/doc/user/09_appendix/action_src/morphpolygon.html =================================================================== --- trunk/doc/user/09_appendix/action_src/morphpolygon.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/morphpolygon.html (revision 20586) @@ -0,0 +1,5 @@ +If a polygon is divided into unconnected "islands", you can use +this command to convert the otherwise disappeared islands into +separate polygons. Be sure the cursor is over a portion of the +polygon that remains visible. Very small islands that may flake +off are automatically deleted. Index: trunk/src/polygon_act.c =================================================================== --- trunk/src/polygon_act.c (revision 20585) +++ trunk/src/polygon_act.c (revision 20586) @@ -51,17 +51,7 @@ static const char pcb_acts_MorphPolygon[] = "pcb_poly_morph(Object|Selected)"; static const char pcb_acth_MorphPolygon[] = "Converts dead polygon islands into separate polygons."; - -/* %start-doc actions MorphPolygon - -If a polygon is divided into unconnected "islands", you can use -this command to convert the otherwise disappeared islands into -separate polygons. Be sure the cursor is over a portion of the -polygon that remains visible. Very small islands that may flake -off are automatically deleted. - -%end-doc */ - +/* DOC: morphpolygon.html */ static fgw_error_t pcb_act_MorphPolygon(fgw_arg_t *res, int argc, fgw_arg_t *argv) { int op;