X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/537b55f6d4bf8ede2526c2bd6cf79bd38b465dac..d8eb62b207b566949a0d9ce649a7b21e226b9168:/src/xbt/ex.cpp diff --git a/src/xbt/ex.cpp b/src/xbt/ex.cpp index ac0b6de577..76f083755e 100644 --- a/src/xbt/ex.cpp +++ b/src/xbt/ex.cpp @@ -43,7 +43,7 @@ void xbt_ex_display(xbt_ex_t * e) simgrid::xbt::log_exception(xbt_log_priority_critical, "UNCAUGHT EXCEPTION", *e); } -/** \brief returns a short name for the given exception category */ +/** @brief returns a short name for the given exception category */ const char *xbt_ex_catname(xbt_errcat_t cat) { switch (cat) {