X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/38fad1a54be8df52b153c7f9ca4c40ced5dba8c9..9eb42c5feb5b12390fee2dcf3cfb9a031d3c1fa0:/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