X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/818127c78194a2f3edfb8e26bd3ccadb136db6ac..4494760f89bc6fefad4d92e2ffe81ec5d6a1c946:/doc/module-xbt.doc diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index d201641844..d5b6c53f36 100644 --- a/doc/module-xbt.doc +++ b/doc/module-xbt.doc @@ -1,8 +1,10 @@ /** @addtogroup XBT_API * + * The XBT functionalities fall into several categories: * - Portability support. * - \ref XBT_syscall * - Grounding features + * - \ref XBT_ex * - \ref XBT_log * - \ref XBT_error * - \ref XBT_config @@ -30,6 +32,10 @@ /* ************* * * * GROUNDING * * * ************* */ + /** @defgroup XBT_ex Exception support + * @brief A set of macros providing exception a la C++ in ANSI C (grounding feature) + */ + /** @defgroup XBT_log Logging support * @brief A generic logging facility in the spirit of log4j (grounding feature) * @{ @@ -76,8 +82,11 @@ /** \addtogroup XBT_fifo \ingroup XBT_API */ -/** \addtogroup XBT_swag - \ingroup XBT_API */ + + /** @defgroup XBT_swag A O(1) set datatype + * @brief a O(1) set based on linked lists + */ + /** \addtogroup XBT_heap \ingroup XBT_API */ @@ -93,5 +102,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. */