Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20596) +++ trunk/doc/user/09_appendix/action_details.html (revision 20597) @@ -76,6 +76,10 @@ +

changeclearsize

+

+If the solder mask is currently showing, this action changes the solder mask cutout size. If the mask is not showing, this action changes the polygon clearance. +

changejoin

The join flag determines whether a line or arc, drawn to intersect a polygon, electrically connects to the polygon or not. When joined, the line/arc is simply drawn over the polygon, making an electrical connection. When not joined, a gap is drawn between the line and the polygon, insulating them from each other. Index: trunk/doc/user/09_appendix/action_src/changeclearsize.html =================================================================== --- trunk/doc/user/09_appendix/action_src/changeclearsize.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/changeclearsize.html (revision 20597) @@ -0,0 +1,3 @@ +If the solder mask is currently showing, this action changes the +solder mask cutout size. If the mask is not showing, this action +changes the polygon clearance. Index: trunk/src/change_act.c =================================================================== --- trunk/src/change_act.c (revision 20596) +++ trunk/src/change_act.c (revision 20597) @@ -68,15 +68,7 @@ "ChangeClearSize(SelectedLines|SelectedArcs, delta|style)\n" "ChangeClearSize(Selected|SelectedObjects, delta|style)"; static const char pcb_acth_ChangeClearSize[] = "Changes the clearance size of objects."; - -/* %start-doc actions ChangeClearSize - -If the solder mask is currently showing, this action changes the -solder mask clearance. If the mask is not showing, this action -changes the polygon clearance. - -%end-doc */ - +/* DOC: changeclearsize.html */ static fgw_error_t pcb_act_ChangeClearSize(fgw_arg_t *res, int argc, fgw_arg_t *argv) { const char *function;