Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Catch more specific exceptions.
[simgrid.git] / src / msg / msg_task.cpp
index ec45a7e1138b2cd66ff1e053f0df343b9e8c3071..968a79898eb1b61204f406476da2456b7f67050b 100644 (file)
@@ -783,8 +783,6 @@ void MSG_task_set_bound(msg_task_t task, double bound)
  *
  * @param task the task that is going to be categorized
  * @param category the name of the category to be associated to the task
- *
- * @see MSG_task_get_category, TRACE_category, TRACE_category_with_color
  */
 void MSG_task_set_category(msg_task_t task, const char* category)
 {