From a7e3b99546ce0ad4289878d12d0b3804d30463c7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 19 Oct 2015 09:30:49 +0200 Subject: [PATCH] [doxygen] fix a function comment --- include/xbt/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1