From: mquinson Date: Thu, 10 Feb 2005 17:21:59 +0000 (+0000) Subject: this is not the way to doccument examples X-Git-Tag: v3.3~4409 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d5c51ff22d4e040c8236af16518a08ab47db3683 this is not the way to doccument examples git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@942 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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"));