Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Create some simgrid::exception, and make xbt_ex one of them
[simgrid.git] / src / xbt / ex.cpp
index ac0b6de..76f0837 100644 (file)
@@ -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) {