]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/heap.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialization that should be useless because of the calloc but seem to help valgrind...
[simgrid.git] / src / xbt / heap.c
index 49e28e40f911e9c3a0d056f741bb70e968569886..c6207b9540e2716b00075e55fd772e915a741764 100644 (file)
@@ -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;
 }
-/*@}*/
+/* @} */