From 11047b815e4628f874c983e757821ca6445e14ce Mon Sep 17 00:00:00 2001 From: alegrand Date: Sun, 28 Nov 2010 19:45:58 +0000 Subject: [PATCH 1/1] Fix broken doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8715 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/dynar.c | 1 + src/xbt/xbt_str.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.20.1