Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a GRAS_implem module to hide all crude implementation details, GRAS_dd now define...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 7 Feb 2005 17:09:56 +0000 (17:09 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 7 Feb 2005 17:09:56 +0000 (17:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@894 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/modules.doc

index 80d5e16..a725615 100644 (file)
      - <b>Virtualization</b>: 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). */