From: mquinson Date: Sun, 13 Feb 2005 23:32:11 +0000 (+0000) Subject: document the xbt_malloc macro familly, move the xbt_context out of the user interface... X-Git-Tag: v3.3~4337 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/818127c78194a2f3edfb8e26bd3ccadb136db6ac?ds=sidebyside document the xbt_malloc macro familly, move the xbt_context out of the user interface. This is internals git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1014 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index e5bac1b400..d201641844 100644 --- a/doc/module-xbt.doc +++ b/doc/module-xbt.doc @@ -1,5 +1,7 @@ /** @addtogroup XBT_API * + * - Portability support. + * - \ref XBT_syscall * - Grounding features * - \ref XBT_log * - \ref XBT_error @@ -12,15 +14,19 @@ * - \ref XBT_fifo * - \ref XBT_swag * - \ref XBT_heap - * - Portability support. The targeted audiance of this portability support - * is merly the programming environments (\ref MSG_API, \ref GRAS_API and - * \ref SMPI_API), not the user code which should get its portability from - * the used programming environment. - * - \ref XBT_context * * @{ */ + +/* *************** * + * * PORTABILITY * * + * *************** */ + + /** @defgroup XBT_syscall Malloc and friends + * @brief malloc and associated functions, killing the program on error + */ + /* ************* * * * GROUNDING * * * ************* */ @@ -75,9 +81,9 @@ /** \addtogroup XBT_heap \ingroup XBT_API */ -/* *************** * - * * PORTABILITY * * - * *************** */ +/* ************************* * + * * PORTABILITY-INTERNALS * * + * ************************* */ /** \defgroup XBT_context Portable context implementation * \brief Contexts are a higher level system than setjump/longjmp