X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b90a25e740ad0f8014d77fafbe1ebe824e53f09..c41f6db03c1da0871287a5b70f919ab44278d938:/include/xbt/heap.h diff --git a/include/xbt/heap.h b/include/xbt/heap.h index 70dd7b7d0a..368107b283 100644 --- a/include/xbt/heap.h +++ b/include/xbt/heap.h @@ -12,7 +12,11 @@ #include "xbt/dynar.h" /* void_f_pvoid_t */ /** @addtogroup XBT_heap + * @brief This section describes the API to generic heap with O(log(n)) access. * + *
Top [\ref index]::[\ref XBT_API] + *
Prev [\ref XBT_swag] + *
Next
* @{ */ /* @brief heap datatype */