Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : move struct s_smx_ctx_sysv in smx_private.h, needed for stacks comparison
[simgrid.git] / include / xbt / dict.h
index 1dc5685c9438aca84132df37e13e95187d148bc9..80c6f803e42edc2e86ca3b2235a658bda8aa4ab7 100644 (file)
@@ -24,7 +24,9 @@ SG_BEGIN_DECL()
  *  functionality than an hash table.
  *
  *  Here is a little example of use:
  *  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");
  char buff[512];
 
  sprintf(buff,"some very precious data");