X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/85ba969329ba8ffcdd29e8adbfdb58047bfc80ee..ca8aa3b82bdbaa43f4ba87b685cd7cee4d371b90:/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) * * @{ */