Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill dead cruft
[simgrid.git] / doc / module-xbt.doc
index 476dd76..d5b6c53 100644 (file)
@@ -4,6 +4,7 @@
  *   - 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 */