Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document exceptions
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 2 Jul 2005 00:18:02 +0000 (00:18 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 2 Jul 2005 00:18:02 +0000 (00:18 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1535 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/module-xbt.doc

index 07a6689..d5b6c53 100644 (file)
@@ -4,6 +4,7 @@
  *   - Portability support. 
  *     - \ref XBT_syscall
  *   - Grounding features
  *   - Portability support. 
  *     - \ref XBT_syscall
  *   - Grounding features
+ *     - \ref XBT_ex
  *     - \ref XBT_log
  *     - \ref XBT_error
  *     - \ref XBT_config
  *     - \ref XBT_log
  *     - \ref XBT_error
  *     - \ref XBT_config
 /* ************* *
  * * GROUNDING * *
  * ************* */
 /* ************* *
  * * 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)
      *  @{
     /** @defgroup XBT_log Logging support
      *  @brief A generic logging facility in the spirit of log4j (grounding feature)
      *  @{