From: mquinson Date: Mon, 7 Feb 2005 17:09:56 +0000 (+0000) Subject: Add a GRAS_implem module to hide all crude implementation details, GRAS_dd now define... X-Git-Tag: v3.3~4457 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/76c0b5d245c8c40361f7bd3e32a89b65d7859f19?hp=90f57033e73fcc8191ed4ee325c9b7593eb699e6 Add a GRAS_implem module to hide all crude implementation details, GRAS_dd now defined in the .h file, not here git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@894 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/modules.doc b/src/modules.doc index 80d5e16a01..a725615ccb 100644 --- a/src/modules.doc +++ b/src/modules.doc @@ -121,9 +121,14 @@ - Virtualization: Running both on top of the simulator and on top of real platforms, and portability support. */ -/** \defgroup GRAS_dd Data description +/** \addtogroup GRAS_implem \ingroup GRAS_API - \brief Describing data to be exchanged (Communication facility) */ + + Internals of GRAS */ +/** \addtogroup GRAS_dd + \ingroup GRAS_API */ +/** \addtogroup GRAS_dd_implem + \ingroup GRAS_implem */ /** \defgroup GRAS_sock Sockets \ingroup GRAS_API \brief Open/close sockets, and get info on peer (Communication facility). */