X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b90a25e740ad0f8014d77fafbe1ebe824e53f09..1e18ccad74ce3d49299f1da9022c5d5e4ee76918:/include/xbt/heap.h diff --git a/include/xbt/heap.h b/include/xbt/heap.h index 70dd7b7d0a..27afafceda 100644 --- a/include/xbt/heap.h +++ b/include/xbt/heap.h @@ -12,6 +12,7 @@ #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. * * @{ */