Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document exceptions
[simgrid.git] / doc / module-xbt.doc
index d201641..d5b6c53 100644 (file)
@@ -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
 /* ************* *
  * * 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)
      *  @{
     
 /**       \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 */
 
   *  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.
   */