X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b3728c65b4c8fbd3eb81eb273f5a40d83117d33..38f706d9a31e1c50b5a3a7d93cdc64bb3cf6417f:/include/xbt/dict.h diff --git a/include/xbt/dict.h b/include/xbt/dict.h index 1dc5685c94..80c6f803e4 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -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");