Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sanitize the documentation of heap: group defined in module-xbt.doc, its content...
[simgrid.git] / doc / module-xbt.doc
index 5946d97..5184e5f 100644 (file)
     /** @defgroup XBT_swag A O(1) set datatype
      *  @brief a O(1) set based on linked lists
      */
+
          
-/**       \addtogroup XBT_heap
-          \ingroup XBT_API */
+    /** @defgroup XBT_heap A generic heap data structure
+     *  @brief This section describes the API to generic heap with O(log(n)) access. 
+     */
 
 /* ************************* *
  * * PORTABILITY-INTERNALS * *
   *
   *  You should use those mechanism instead.
   */
+
+/** @} */ End of XBT_API