From: alegrand Date: Tue, 16 Jan 2007 02:07:28 +0000 (+0000) Subject: Fix the doc. X-Git-Tag: v3.3~2305 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ab8bc0a329a7dce9b91f3dd24ac869052e4402eb Fix the doc. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3054 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/dynar.c b/src/xbt/dynar.c index 2c1e7dc891..b503343be7 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.c @@ -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,