]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_task.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] new function to get the declared marks
[simgrid.git] / src / msg / msg_task.c
index 60d26b6bae48592fdccd63b27c32080d32488f3c..93fa4b1823d0c42e65a304f56d144f1883be816d 100644 (file)
@@ -248,7 +248,7 @@ MSG_error_t MSG_task_destroy(m_task_t task)
 }
 
 
-/** \ingroup m_task_management
+/** \ingroup m_task_usage
  * \brief Cancel a #m_task_t.
  * \param task the task to cancel. If it was executed or transfered, it
           stops the process that were working on it.