From: mquinson Date: Wed, 30 Apr 2008 08:57:47 +0000 (+0000) Subject: Documentation fixups: do not mess with doxygen by adding useless # (which are meta... X-Git-Tag: v3.3~532 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1bb45eb32ee32ccf1ac08faff0e771c28679ecbb Documentation fixups: do not mess with doxygen by adding useless # (which are meta-chars for doxygen) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5355 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index 6e4739bd37..7d5cf08e8f 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -235,7 +235,7 @@ xbt_dynar_t xbt_str_split(const char *s, const char *sep) { /** * \brief This functions splits a string after using another string as separator - * For example A##B##C splitted after ## will return the dynar {A,B,C} + * For example A!!B!!C splitted after !! will return the dynar {A,B,C} * \return An array of dynars containing the string tokens */ xbt_dynar_t xbt_str_split_str(const char *s, const char *sep) {