X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3b65b9c7fc6cb4cf759833647a3de9b776b3a984..66e807f40a943c3e3f754ed836d6759cc4909ce2:/src/instr/instr_interface.c diff --git a/src/instr/instr_interface.c b/src/instr/instr_interface.c index bd00ccaad3..673cac879e 100644 --- a/src/instr/instr_interface.c +++ b/src/instr/instr_interface.c @@ -53,7 +53,7 @@ static xbt_dynar_t instr_dict_to_dynar (xbt_dict_t filter) * that is being declared is random. This function has no effect * if a category with the same name has been already declared. * - * See \ref tracing_tracing for details on how to trace + * See \ref tracing for details on how to trace * the (categorized) resource utilization. * * \param category The name of the new tracing category to be created. @@ -74,11 +74,11 @@ void TRACE_category(const char *category) * can be specified using "0.7 0.7 0.7" as color. This function has * no effect if a category with the same name has been already declared. * - * See \ref tracing_tracing for details on how to trace + * See \ref tracing for details on how to trace * the (categorized) resource utilization. * * \param category The name of the new tracing category to be created. - * \param color The color of the category (see \ref tracing_tracing to + * \param color The color of the category (see \ref tracing to * know how to correctly specify the color) * * \see MSG_task_set_category, SD_task_set_category @@ -123,7 +123,7 @@ void TRACE_category_with_color (const char *category, const char *color) * This function should be used to get categories that were already * declared with #TRACE_category or with #TRACE_category_with_color. * - * See \ref tracing_tracing for details on how to trace + * See \ref tracing for details on how to trace * the (categorized) resource utilization. * * \return A dynar with the declared categories, must be freed with xbt_dynar_free.