Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20636) +++ trunk/doc/user/09_appendix/action_details.html (revision 20637) @@ -680,6 +680,10 @@ +

m

+

+If no filename is specified a file select box will popup. +

markcrosshair

The "mark" is a small X-shaped target on the display which is treated like a second origin (the normal origin is the upper let corner of the board). The GUI will display a second set of coordinates for this mark, which tells you how far you are from it. Index: trunk/doc/user/09_appendix/action_src/m.html =================================================================== --- trunk/doc/user/09_appendix/action_src/m.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/m.html (revision 20637) @@ -0,0 +1 @@ +If no filename is specified a file select box will popup. Index: trunk/src_plugins/shand_cmd/command.c =================================================================== --- trunk/src_plugins/shand_cmd/command.c (revision 20636) +++ trunk/src_plugins/shand_cmd/command.c (revision 20637) @@ -118,17 +118,7 @@ static const char pcb_acts_LoadLayoutToBuffer[] = "m [name]"; static const char pcb_acth_LoadLayoutToBuffer[] = "Loads a layout into the current buffer."; - -/* %start-doc actions m - -The filename and the searchpath (@emph{filePath}) are passed to the -command defined by @emph{filepcb_act_}. -If no filename is specified a file select box will popup. - -@colonaction - -%end-doc */ - +/* DOC: m.html */ static fgw_error_t pcb_act_LoadLayoutToBuffer(fgw_arg_t *res, int argc, fgw_arg_t *argv) { const char *filename, *format = NULL;