From 3a57f91ccf2d927dd2070e1062a1ea4393e46905 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 23 Oct 2005 14:10:42 +0000 Subject: [PATCH] Connect node GRAS_msg into the doxygen module tree git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1816 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/gras/messages.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gras/messages.h b/include/gras/messages.h index dee7f8b16c..3ed2f177de 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -38,11 +38,10 @@ SG_BEGIN_DECL() * passed to the callback. * * For an example of use, please refer to \ref GRAS_ex_ping. - * - * @{ */ /** @defgroup GRAS_msg_decl Message declaration and retrival + * @ingroup GRAS_msg * *
Top [\ref index]::[\ref GRAS_API]::[\ref GRAS_msg] *
Prev @@ -75,6 +74,7 @@ typedef struct s_gras_msgtype *gras_msgtype_t; /** @} */ /** @defgroup GRAS_msg_cb Callback declaration and use + * @ingroup GRAS_msg * *
Top [\ref index]::[\ref GRAS_API]::[\ref GRAS_msg] *
Prev [\ref GRAS_msg_decl] @@ -115,6 +115,7 @@ typedef struct s_gras_msgtype *gras_msgtype_t; /** @} */ /** @defgroup GRAS_msg_exchange Message exchange + * @ingroup GRAS_msg * *
Top [\ref index]::[\ref GRAS_API]::[\ref GRAS_msg] *
Prev [\ref GRAS_msg_cb] @@ -132,7 +133,6 @@ typedef struct s_gras_msgtype *gras_msgtype_t; void gras_msg_handle(double timeOut); /* @} */ -/* @} */ SG_END_DECL() -- 2.20.1