Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix TOCs in GRAS tutorial
[simgrid.git] / doc / module-xbt.doc
index cdcdd06..c2ab8c8 100644 (file)
@@ -3,11 +3,13 @@
    The XBT functionalities fall into several categories:
     - Portability support
       - \ref XBT_syscall
+      - \ref XBT_str
     - Grounding features
       - \ref XBT_ex
       - \ref XBT_log
       - \ref XBT_error
       - \ref XBT_config
+      - \ref XBT_mallocator
     - Data structures
       - \ref XBT_dynar 
       - \ref XBT_dict
@@ -16,6 +18,8 @@
       - \ref XBT_fifo
       - \ref XBT_swag
       - \ref XBT_heap
+    - \ref XBT_misc
+      - \ref XBT_graph
  
   @{ */
    /** @defgroup XBT_grounding   Grounding features */
   @{ */
 
      /** @defgroup XBT_syscall Malloc and friends */
+     /** @defgroup XBT_str     String related functions */
      /** @defgroup XBT_ex     Exception support */
      /** @defgroup XBT_log    Logging support */
      /** @defgroup XBT_error  Assert macro familly */
      /** @defgroup XBT_config Configuration support */
+     /** @defgroup XBT_mallocator Mallocators */
 /** @} */