Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the doc.
[simgrid.git] / src / xbt / dynar.c
index 2c1e7dc..b503343 100644 (file)
@@ -380,7 +380,8 @@ xbt_dynar_insert_at(xbt_dynar_t  const dynar,
 /** @brief Remove the Nth dynar's element, sliding the previous values to the left
  *
  * Get the Nth element of a dynar, removing it from the dynar and moving
- * all subsequent values to one position left in the dynar.
+ * all subsequent values to one position left in the dynar. Note that the free 
+ * function is called only if object == NULL.
  */
 void
 xbt_dynar_remove_at(xbt_dynar_t  const dynar,