Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
end of MSG examples doc revision
[simgrid.git] / examples / msg / task-priority / task-priority.c
index 37f477b..cb463b7 100644 (file)
@@ -9,8 +9,9 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example")
 
 /** @addtogroup MSG_examples
  * 
- * - <b>priority/priority.c</b>: Demonstrates the use of @ref
- *   MSG_task_set_priority to change the computation priority of a  given task.
+ * @section msg_ex_misc Miscellaneous
+ * - <b>Task priorities: task-priority/task-priority.c</b>. This examples demonstrates the use of
+ *   @ref MSG_task_set_priority to change the computation priority of a given task.
  */
 
 static int test(int argc, char *argv[])