Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
generalize it so that others may use if
[simgrid.git] / examples / gras / ping / ping.c
index cdd2271..3c6592a 100644 (file)
@@ -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"));