X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5c5765ba9e8336b55101d248a8f43fbf9cd0c0c..9d7dca1d2de1e6d67027e4ba33fefe1eb09550e3:/include/xbt/log.hpp diff --git a/include/xbt/log.hpp b/include/xbt/log.hpp index 781559d62a..875b3ad714 100644 --- a/include/xbt/log.hpp +++ b/include/xbt/log.hpp @@ -11,8 +11,10 @@ namespace xbt { /** Display informations about an exception * - * We display: the exception type, name, attached backtarces (if any) and + * We display: the exception type, name, attached backtraces (if any) and * the nested exception (if any). + * + * @ingroup XBT_ex */ XBT_PUBLIC(void) logException( e_xbt_log_priority_t priority,