Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Connect node GRAS_msg into the doxygen module tree
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 23 Oct 2005 14:10:42 +0000 (14:10 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 23 Oct 2005 14:10:42 +0000 (14:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1816 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/gras/messages.h

index dee7f8b..3ed2f17 100644 (file)
@@ -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
  *  
  * <center><table><tr><td><b>Top</b>    <td> [\ref index]::[\ref GRAS_API]::[\ref GRAS_msg]
  *                <tr><td>   Prev       <td> 
@@ -75,6 +74,7 @@ typedef struct s_gras_msgtype *gras_msgtype_t;
 
 /** @} */  
 /** @defgroup GRAS_msg_cb Callback declaration and use
+ *  @ingroup  GRAS_msg
  * 
  * <center><table><tr><td><b>Top</b>    <td> [\ref index]::[\ref GRAS_API]::[\ref GRAS_msg]
  *                <tr><td><b>Prev</b>   <td> [\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
  *
  * <center><table><tr><td><b>Top</b>    <td> [\ref index]::[\ref GRAS_API]::[\ref GRAS_msg]
  *                <tr><td><b>Prev</b>   <td> [\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()