X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08c6a2f66d759072267060d3d365511dd13a8cba..02201118960697772e289bddc4ad32b78973fe36:/include/xbt/asserts.h diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index 56acf090be..d5b9b9da5c 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -19,10 +19,6 @@ SG_BEGIN_DECL() * @addtogroup XBT_error * @brief Those are the SimGrid version of the good ol' assert macro. * - *
Top [\ref index]::[\ref XBT_API] - *
Prev [\ref XBT_log] - *
Next [\ref XBT_config]
- * * You can pass them a format message and arguments, just as if it where a printf. * It is converted to a CRITICALn logging request. *