Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rah. I finally found why the doxygen parser got fucked by this file and were able...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 30 Apr 2008 09:21:53 +0000 (09:21 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 30 Apr 2008 09:21:53 +0000 (09:21 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5358 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/dict.h

index 5c3b821..0ef215a 100644 (file)
@@ -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
  *
  */