X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f3240d4613e89aaabdc84c9c0b1531c93bd31c2..8b90a25e740ad0f8014d77fafbe1ebe824e53f09:/doc/module-xbt.doc diff --git a/doc/module-xbt.doc b/doc/module-xbt.doc index 5946d976d2..5184e5ff35 100644 --- a/doc/module-xbt.doc +++ b/doc/module-xbt.doc @@ -89,9 +89,11 @@ /** @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 * * @@ -107,3 +109,5 @@ * * You should use those mechanism instead. */ + +/** @} */ End of XBT_API