From: Martin Quinson Date: Mon, 19 Oct 2015 07:30:49 +0000 (+0200) Subject: [doxygen] fix a function comment X-Git-Tag: v3_13~1659 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a7e3b99546ce0ad4289878d12d0b3804d30463c7 [doxygen] fix a function comment --- diff --git a/include/xbt/log.h b/include/xbt/log.h index b53652ee74..78a4815a24 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -455,7 +455,7 @@ extern xbt_log_layout_t xbt_log_default_layout; /** @ingroup XBT_log * @hideinitializer - * \param c the category on which to log + * \param categ the category on which to log * \param ... the format string and its arguments * @brief Log an event at the DEBUG priority on the specified category with these args. */