Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the deprecated 'state' attribute from the doc
[simgrid.git] / doc / doxygen / module-xbt.doc
index 3f53b36..6a0c846 100644 (file)
@@ -2,25 +2,21 @@
 
    The XBT functionalities fall into several categories:
     - Portability support
-      - \ref XBT_syscall
-      - \ref XBT_str
-      - \ref XBT_file
+      - @ref XBT_syscall
+      - @ref XBT_str
     - Grounding features
-      - \ref XBT_ex
-      - \ref XBT_ex_c
-      - \ref XBT_log
-      - \ref XBT_error
-      - \ref XBT_config
-      - \ref XBT_mallocator
-      - \ref XBT_cunit
+      - @ref XBT_ex
+      - @ref XBT_ex_c
+      - @ref XBT_log
+      - @ref XBT_error
+      - @ref XBT_config
+      - @ref XBT_mallocator
+      - @ref XBT_cunit
     - Data structures
-      - \ref XBT_dynar
-      - \ref XBT_dict
-      - \ref XBT_swag
-      - \ref XBT_heap
-      - @ref xbt_strbuff
-    - \ref XBT_misc
-      - \ref XBT_graph
+      - @ref XBT_dynar
+      - @ref XBT_dict
+    - @ref XBT_misc
+      - @ref XBT_graph
 
   @{ */
    /** @defgroup XBT_grounding   Grounding features */
@@ -66,8 +62,6 @@
   @{ */
      /** @defgroup XBT_dynar  Dynar: generic dynamic array */
      /** @defgroup XBT_dict   Dict: generic dictionnary */
-     /** @defgroup XBT_swag   Swag: O(1) set datatype */
-     /** @defgroup XBT_heap Heap: generic heap data structure */
 /** @} */
 
 
  * * PORTABILITY-INTERNALS * * (not included in documentation)
  * ************************* */
 
- /** \addtogroup XBT_context Portable context implementation
-  *  \brief Contexts are a higher level system than <tt>setjump/longjmp</tt>
+ /** @addtogroup XBT_context Portable context implementation
+  *  @brief Contexts are a higher level system than <tt>setjump/longjmp</tt>
   *  for non-preemptible threads.
   *
   *  You shouldn't use it directly since it is merely intended to ease the
   *  implementation of the several programmation environment of the
-  *  SimGrid toolkit (namely, \ref MSG_API and \ref SMPI_API).
+  *  SimGrid toolkit (namely, @ref MSG_API and @ref SMPI_API).
   *
   *  You should use those environments instead.
   */