From: schnorr Date: Sat, 24 Mar 2012 21:59:14 +0000 (+0100) Subject: [trace] pointers to SimDag API within category declaration X-Git-Tag: v3_7~218 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5c4e7170e39c7f47330e8ce09340719b228a2c1e [trace] pointers to SimDag API within category declaration --- 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) {