Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20593) +++ trunk/doc/user/09_appendix/action_details.html (revision 20594) @@ -792,6 +792,34 @@ atomic . +

unselect

+

+Arguments: +

+ + + + + + + + + +
+ All + + Unselect all objects. +
+ Block + + Unselect all objects in a rectangle given by the cursor. +
+ Connection + + Unselect all connections with the "found" flag set. +
+ + Index: trunk/doc/user/09_appendix/action_src/unselect.html =================================================================== --- trunk/doc/user/09_appendix/action_src/unselect.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/unselect.html (revision 20594) @@ -0,0 +1,14 @@ +Arguments: +

+ +
All + Unselect all objects. + +
Block + Unselect all objects in a rectangle given by the cursor. + +
Connection + Unselect all connections with the "found" flag set. +
+ + Index: trunk/src/select_act.c =================================================================== --- trunk/src/select_act.c (revision 20593) +++ trunk/src/select_act.c (revision 20594) @@ -147,24 +147,7 @@ static const char pcb_acts_Unselect[] = "Unselect(All|Block|Connection)\n"; static const char pcb_acth_Unselect[] = "Unselects the object at the pointer location or the specified objects."; - -/* %start-doc actions Unselect - -@table @code - -@item All -Unselect all objects. - -@item Block -Unselect all objects in a rectangle given by the cursor. - -@item Connection -Unselect all connections with the ``found'' flag set. - -@end table - -%end-doc */ - +/* DOC: unselect.html */ static fgw_error_t pcb_act_Unselect(fgw_arg_t *res, int argc, fgw_arg_t *argv) { int op;