Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I really dislike gcc on AIX
[simgrid.git] / doc / module-xbt.doc
index 3619f7b..5946d97 100644 (file)
@@ -6,6 +6,7 @@
  *   - Grounding features
  *     - \ref XBT_ex
  *     - \ref XBT_log
+ *     - \ref XBT_error
  *     - \ref XBT_config
  *   - Data structures
  *     - \ref XBT_dynar 
 
     /** @} */
 
-    /** @defgroup XBT_config Configuration support
+    /** @defgroup XBT_error Assert macro familly
+     *  @brief Those are the GRAS version of the good ol' assert macro. You can pass them a format message and 
+     * arguments, just as if it where a printf. It is converted to a CRITICALn logging request.
+     */
+
+   /** @defgroup XBT_config Configuration support
      *  @brief Changing the configuration of SimGrid components (grounding feature)
      */
 
      * \brief A data container consisting in \ref XBT_dict and \ref XBT_dynar
      */
     
-/**       \addtogroup XBT_fifo
-          \ingroup XBT_API */
+    /** \defgroup XBT_fifo A generic workqueue
+      *  \brief This section describes the API to generic workqueue. These functions
+      *   provide the same kind of functionnality as dynamic arrays but in time O(1). 
+      *   However these functions use malloc/free way too much often.
+      */
          
     /** @defgroup XBT_swag A O(1) set datatype
      *  @brief a O(1) set based on linked lists