X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24f96d9954cb3693c6f265ba8281de042847ba0a..0821eaf865ee5431f938481ede3c2e77ef095f65:/examples/msg/tracing/categories.c diff --git a/examples/msg/tracing/categories.c b/examples/msg/tracing/categories.c index 3dd29f11f4..314addeab5 100644 --- a/examples/msg/tracing/categories.c +++ b/examples/msg/tracing/categories.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/categories.c example with the declaration of multiple categories + */ + #include #include "msg/msg.h" #include "xbt/sysdep.h" /* calloc, printf */