X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6520d7ebe2834ee2e913745a9e9043aa6169427d..5bd7898e3cb6afa99ee0225e7d248028781d8193:/doc/module-xbt.doc diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index e5bac1b400..476dd76e7e 100644 --- a/doc/module-xbt.doc +++ b/doc/module-xbt.doc @@ -1,5 +1,8 @@ /** @addtogroup XBT_API * + * The XBT functionalities fall into several categories: + * - Portability support. + * - \ref XBT_syscall * - Grounding features * - \ref XBT_log * - \ref XBT_error @@ -12,15 +15,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 +82,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 @@ -87,5 +94,5 @@ * implementation of the serveral programmation environment of the * SimGrid toolkit (nammely, \ref MSG_API, \ref GRAS_API and \ref SMPI_API). * - * You should use those mecanism instead. + * You should use those mechanism instead. */