Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve MSG doc a bit
[simgrid.git] / src / msg / msg_task.c
index 8f4e7fd..da19e1b 100644 (file)
@@ -8,10 +8,6 @@
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 
-/** \defgroup m_task_management Managing functions of Tasks
- *  \brief This section describes the task structure of MSG
- *  (#m_task_t) and the functions for managing it.
- */
 /** @addtogroup m_task_management
  *    \htmlonly <!-- DOXYGEN_NAVBAR_LABEL="Tasks" --> \endhtmlonly
  * 
@@ -116,7 +112,7 @@ m_gpu_task_t MSG_gpu_task_create(const char *name, double compute_duration,
 
 #ifdef HAVE_TRACING
   //FIXME
-  TRACE_msg_gpu_task_create(task);
+  /* TRACE_msg_gpu_task_create(task); */
 #endif
 
   return task;