Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use the new AC_PROG_FLEX macro, move it to the right configure.ac section (where...
[simgrid.git] / include / xbt / heap.h
index 0daea05..2b44138 100644 (file)
@@ -10,6 +10,9 @@
 
 #include "xbt/misc.h"
 
+/** \brief Heap data type 
+    \ingroup XBT_heap
+*/
 typedef struct xbt_heap *xbt_heap_t;
 
 xbt_heap_t xbt_heap_new(int num, void_f_pvoid_t free_func);