From 76c0b5d245c8c40361f7bd3e32a89b65d7859f19 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 7 Feb 2005 17:09:56 +0000 Subject: [PATCH] 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 --- src/modules.doc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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). */ -- 2.20.1