Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix some warnings in doc
[simgrid.git] / include / xbt / dict.h
index 1dc5685..80c6f80 100644 (file)
@@ -24,7 +24,9 @@ SG_BEGIN_DECL()
  *  functionality than an hash table.
  *
  *  Here is a little example of use:
- *  \verbatim xbt_dict_t mydict = xbt_dict_new();
+
+\verbatim
+ xbt_dict_t mydict = xbt_dict_new();
  char buff[512];
 
  sprintf(buff,"some very precious data");