X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05db1dcff50b437219a10237de09ec792e40a840..5c4e7170e39c7f47330e8ce09340719b228a2c1e:/src/instr/instr_interface.c 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) {