X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/761318c77783a519dcb81945dd423e2e14c3241b..d5c51ff22d4e040c8236af16518a08ab47db3683:/examples/gras/ping/ping.c diff --git a/examples/gras/ping/ping.c b/examples/gras/ping/ping.c index cdd2271a49..3c6592ac36 100644 --- a/examples/gras/ping/ping.c +++ b/examples/gras/ping/ping.c @@ -11,7 +11,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(Ping,"Messages specific to this example"); -/** \brief register messages which may be sent (common to client and server) */ +/* register messages which may be sent (common to client and server) */ static void register_messages(void) { gras_msgtype_declare("ping", gras_datadesc_by_name("int")); gras_msgtype_declare("pong", gras_datadesc_by_name("int"));