X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/537b55f6d4bf8ede2526c2bd6cf79bd38b465dac..d8eb62b207b566949a0d9ce649a7b21e226b9168:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 7bcc04b738..86d62bb7a7 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -34,7 +34,7 @@ XBT_ATTRIB_NORETURN XBT_PUBLIC void xbt_abort(void); /** * @brief Kill the program with an error message - * \param ... a format string and its arguments + * @param ... a format string and its arguments * * Things are so messed up that the only thing to do now, is to stop the program. * @@ -54,7 +54,7 @@ XBT_LOG_EXTERNAL_CATEGORY(xbt); #endif /** @addtogroup XBT_syscall - * @brief Malloc and associated functions, killing the program on error (with \ref XBT_ex) + * @brief Malloc and associated functions, killing the program on error (with @ref XBT_ex) * * @{ */