X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0821eaf865ee5431f938481ede3c2e77ef095f65..5fd1ec2b83838d9500400430bcbdf56dd0855f7f:/examples/msg/actions/actions.c diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index edaed915e6..d2c306c0f9 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -24,8 +24,8 @@ * In such situations, SimGrid allows to write your protocol in your * C file, and the events to react to in a separate text file. * Declare a function handling each of the events that you want to - * accept in your trace files, register them using @ref - * MSG_action_register in your main, and then use @ref + * accept in your trace files, register them using \ref + * MSG_action_register in your main, and then use \ref * MSG_action_trace_run to launch the simulation. You can either * have one trace file containing all your events, or a file per * simulated process. Check the tesh files in the example directory