From 5c4e7170e39c7f47330e8ce09340719b228a2c1e Mon Sep 17 00:00:00 2001 From: schnorr Date: Sat, 24 Mar 2012 22:59:14 +0100 Subject: [PATCH] [trace] pointers to SimDag API within category declaration --- src/instr/instr_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/instr/instr_interface.c b/src/instr/instr_interface.c index c334dc96c6..2249bd10c8 100644 --- a/src/instr/instr_interface.c +++ b/src/instr/instr_interface.c @@ -37,7 +37,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_api, instr, "API"); * * \param category The name of the new tracing category to be created. * - * \see TRACE_category_with_color, MSG_task_set_category + * \see TRACE_category_with_color, MSG_task_set_category, SD_task_set_category */ void TRACE_category(const char *category) { @@ -60,7 +60,7 @@ void TRACE_category(const char *category) * \param color The color of the category (see \ref tracing_tracing to * know how to correctly specify the color) * - * \see MSG_task_set_category + * \see MSG_task_set_category, SD_task_set_category */ void TRACE_category_with_color (const char *category, const char *color) { -- 2.20.1