X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24f96d9954cb3693c6f265ba8281de042847ba0a..0821eaf865ee5431f938481ede3c2e77ef095f65:/examples/msg/tracing/user_variables.c diff --git a/examples/msg/tracing/user_variables.c b/examples/msg/tracing/user_variables.c index 938e690615..245e02681e 100644 --- a/examples/msg/tracing/user_variables.c +++ b/examples/msg/tracing/user_variables.c @@ -4,6 +4,11 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +/** @addtogroup MSG_examples + * + * - tracing/user_variables.c: Demonstrates how to trace user-provided variables + */ + #include #include "msg/msg.h" #include "xbt/sysdep.h" /* calloc, printf */