Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use a nice va_copy if none was provided by the system
[simgrid.git] / doc / module-xbt.doc
index d201641..07a6689 100644 (file)
@@ -1,5 +1,6 @@
 /** @addtogroup XBT_API
  *
+ *  The XBT functionalities fall into several categories:
  *   - Portability support. 
  *     - \ref XBT_syscall
  *   - Grounding features
     
 /**       \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 */
 
@@ -93,5 +97,5 @@
   *  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.
   */