From 1bb45eb32ee32ccf1ac08faff0e771c28679ecbb Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 30 Apr 2008 08:57:47 +0000 Subject: [PATCH] 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 --- src/xbt/xbt_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1