From: mquinson Date: Sat, 2 Jul 2005 00:18:02 +0000 (+0000) Subject: document exceptions X-Git-Tag: v3.3~3821 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4494760f89bc6fefad4d92e2ffe81ec5d6a1c946?ds=sidebyside document exceptions git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1535 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index 07a6689644..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) * @{