From 7a36490865cd1ec001ec14642bf31fa8fee70cae Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 30 Apr 2008 09:21:53 +0000 Subject: [PATCH] Rah. I finally found why the doxygen parser got fucked by this file and were able to make this stupid thing happy git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5358 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/dict.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xbt/dict.h b/include/xbt/dict.h index 5c3b82133b..0ef215ac00 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -31,8 +31,8 @@ SG_BEGIN_DECL() xbt_dict_set(mydict,"my data", strdup(buff), free); sprintf(buff,"another good stuff"); - xbt_dict_set(mydict,"my data", strdup(buff), free); // previous data gets erased (and freed) by second add \endverbatim - + xbt_dict_set(mydict,"my data", strdup(buff), free); // previous data gets erased (and freed) by second add +\endverbatim * */ -- 2.20.1