Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add SIMIX_host_get/set_data declaration in simix.h and include simix.h in msg_host...
[simgrid.git] / src / msg / msg_task.c
index 0ae9b46..93fa4b1 100644 (file)
@@ -9,7 +9,7 @@
 #include "xbt/log.h"
 
 /** @addtogroup m_task_management
- *    \htmlonly <!-- DOXYGEN_NAVBAR_LABEL="Tasks" --> \endhtmlonly
+ *    
  * 
  *  Since most scheduling algorithms rely on a concept of task
  *  that can be either <em>computed</em> locally or
@@ -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.