From: alegrand Date: Sun, 28 Nov 2010 19:45:58 +0000 (+0000) Subject: Fix broken doc X-Git-Tag: v3_5~116 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/11047b815e4628f874c983e757821ca6445e14ce Fix broken doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8715 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/dynar.c b/src/xbt/dynar.c index 5df4655f16..0519a4a494 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.c @@ -708,6 +708,7 @@ XBT_INLINE void xbt_dynar_cursor_unlock(xbt_dynar_t dynar) /** @brief Sorts a dynar according to the function compar_fn * + * \param dynar the dynar to sort * \param compar_fn comparison function of type (int (compar_fn*) (void*) (void*)). * * Remark: if the elements stored in the dynar are structures, the compar_fn diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index 94e38e6f56..6e520bcc43 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -173,7 +173,7 @@ end: * @param str the string to modify * @param from char to search * @param to char to put instead - * @param amount amount of changes to do (=0 means all) + * @param occurence number of changes to do (=0 means all) */ void xbt_str_subst(char *str, char from, char to, int occurence) {