X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/52fd53c1927b271828348841b782281f64b7bef8..45e0cfcbe06707d42a1da9d2a5f4a72ba4140c8b:/src/xbt/dict.cpp diff --git a/src/xbt/dict.cpp b/src/xbt/dict.cpp index ce4cc7bb6b..bac3293e2d 100644 --- a/src/xbt/dict.cpp +++ b/src/xbt/dict.cpp @@ -400,10 +400,10 @@ int xbt_dict_is_empty(xbt_dict_t dict) * \brief Outputs the content of the structure (debugging purpose) * * \param dict the exibitionist - * \param output a function to dump each data in the tree (check @ref xbt_dict_dump_output_string) + * \param output a function to dump each data in the tree * - * Outputs the content of the structure. (for debugging purpose). \a output is a function to output the data. If nullptr, - * data won't be displayed. + * Outputs the content of the structure. (for debugging purpose). + * \a output is a function to output the data. If nullptr, data won't be displayed. */ void xbt_dict_dump(xbt_dict_t dict, void_f_pvoid_t output) {