Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20583) +++ trunk/doc/user/09_appendix/action_details.html (revision 20584) @@ -316,6 +316,14 @@ +

executefile

+

+Lines starting with + +# + + are ignored. +

getxy

Prompts the user for a coordinate, if one is not already selected. Index: trunk/doc/user/09_appendix/action_src/executefile.html =================================================================== --- trunk/doc/user/09_appendix/action_src/executefile.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/executefile.html (revision 20584) @@ -0,0 +1,2 @@ +Lines starting with # are ignored. + Index: trunk/src/main_act.c =================================================================== --- trunk/src/main_act.c (revision 20583) +++ trunk/src/main_act.c (revision 20584) @@ -355,11 +355,7 @@ static const char pcb_acts_ExecuteFile[] = "ExecuteFile(filename)"; static const char pcb_acth_ExecuteFile[] = "Run actions from the given file."; -/* %start-doc actions ExecuteFile - -Lines starting with @code{#} are ignored. - -%end-doc */ +/* DOC: executefile.html */ fgw_error_t pcb_act_ExecuteFile(fgw_arg_t *res, int argc, fgw_arg_t *argv) { FILE *fp;