X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7928b6040b5a0427a8839b020a90e6906332ef92..444fd32bb5976fd3fd81197e6c321f21a5ed34b2:/src/msg/task.c diff --git a/src/msg/task.c b/src/msg/task.c index e5dda01b99..84d6f90b38 100644 --- a/src/msg/task.c +++ b/src/msg/task.c @@ -12,7 +12,8 @@ /** \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 \endhtmlonly + * * Since most scheduling algorithms rely on a concept of task * that can be either computed locally or * transferred on another processor, it seems to be the