From d5c51ff22d4e040c8236af16518a08ab47db3683 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 10 Feb 2005 17:21:59 +0000 Subject: [PATCH] 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 --- examples/gras/ping/ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.20.1