X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7c5b4b893f4994a61c26e794c8b8c9fc6576aea2..1e975271ea0dc4462a2d5d841e4a07bbcbd1d215:/doc/module-xbt.doc diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index 476dd76e7e..d5b6c53f36 100644 --- a/doc/module-xbt.doc +++ b/doc/module-xbt.doc @@ -4,6 +4,7 @@ * - Portability support. * - \ref XBT_syscall * - Grounding features + * - \ref XBT_ex * - \ref XBT_log * - \ref XBT_error * - \ref XBT_config @@ -31,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) * @{ @@ -77,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 */