X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2995193b7e30d03c04917852c4c0b26d26646273..5143d68911fc3fbe0e68e57109a5f0e472898e1c:/src/xbt/heap.c?ds=sidebyside diff --git a/src/xbt/heap.c b/src/xbt/heap.c index 49e28e40f9..c5d1649aa8 100644 --- a/src/xbt/heap.c +++ b/src/xbt/heap.c @@ -8,7 +8,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/sysdep.h" -#include "xbt/error.h" +#include "xbt/log.h" #include "heap_private.h" @@ -21,7 +21,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(heap, xbt, "Heap"); /** \name Functions * \ingroup XBT_heap */ -/*@{*/ +/* @{ */ /** * \param init_size initial size of the heap * \param free_func function to call on each element when you want to free @@ -186,4 +186,4 @@ static void xbt_heap_increaseKey(xbt_heap_t H, int i) } return; } -/*@}*/ +/* @} */