Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move msg_send/recv to a RL specific file, so that we can provide a SG specific versio...
[simgrid.git] / doc / module-xbt.doc
index da1989c..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)
      */