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

Public GIT Repository
Adding more verbose informations to Paje
[simgrid.git] / src / msg / task.c
index b6c608a871737db803b0060264b294a4fbb0b347..84d6f90b3882a65b85f8401bdf11f8a3f2680f05 100644 (file)
@@ -8,13 +8,12 @@
 #include "private.h"
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(task, msg,
-                               "Logging specific to MSG (task)");
 
 /** \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.
- *
+ *    \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
  *  <em>transferred</em> on another processor, it seems to be the