From 444fd32bb5976fd3fd81197e6c321f21a5ed34b2 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 11 Apr 2006 13:47:36 +0000 Subject: [PATCH] Rework the MSG navbar git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2122 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/module-msg.doc | 1 + src/msg/environment.c | 2 ++ src/msg/global.c | 3 +++ src/msg/host.c | 2 ++ src/msg/m_process.c | 3 ++- src/msg/task.c | 3 ++- 6 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/module-msg.doc b/doc/module-msg.doc index b4b7c35fb9..088682daa8 100644 --- a/doc/module-msg.doc +++ b/doc/module-msg.doc @@ -18,6 +18,7 @@ /** @defgroup m_datatypes_management MSG Data Types @ingroup MSG_API @brief This section describes the different datatypes provided by MSG. + \htmlonly \endhtmlonly */ /** \addtogroup m_process_management \ingroup MSG_API */ diff --git a/src/msg/environment.c b/src/msg/environment.c index 4ed51ca99a..c9c2b0ff28 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -15,6 +15,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(environment, msg, * \brief This section describes functions to manage the platform creation * and the application deployment. You should also have a look at * \ref MSG_examples to have an overview of their usage. + * \htmlonly \endhtmlonly + * */ /********************************* MSG **************************************/ diff --git a/src/msg/global.c b/src/msg/global.c index 36bff657fe..4f0cf72bb6 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -22,6 +22,7 @@ MSG_Global_t msg_global = NULL; * \brief This section describes the functions you need to know to * set up a simulation. You should have a look at \ref MSG_examples * to have an overview of their usage. + * \htmlonly \endhtmlonly */ /********************************* MSG **************************************/ @@ -236,6 +237,8 @@ void MSG_paje_output(const char *filename) /** \defgroup m_channel_management Understanding channels * \brief This section briefly describes the channel notion of MSG * (#m_channel_t). + * \htmlonly \endhtmlonly + * * * For convenience, the simulator provides the notion of channel * that is close to the tag notion in MPI. A channel is not a diff --git a/src/msg/host.c b/src/msg/host.c index cfc43c527e..8637c562c6 100644 --- a/src/msg/host.c +++ b/src/msg/host.c @@ -11,6 +11,8 @@ /** \defgroup m_host_management Management functions of Hosts * \brief This section describes the host structure of MSG + * + * \htmlonly \endhtmlonly * (#m_host_t) and the functions for managing it. * * A location (or host) is any possible place where diff --git a/src/msg/m_process.c b/src/msg/m_process.c index 7507c3309d..99455b2f4d 100644 --- a/src/msg/m_process.c +++ b/src/msg/m_process.c @@ -14,7 +14,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(m_process, msg, /** \defgroup m_process_management Management Functions of Agents * \brief This section describes the agent structure of MSG * (#m_process_t) and the functions for managing it. - * + * \htmlonly \endhtmlonly + * * We need to simulate many independent scheduling decisions, so * the concept of process is at the heart of the * simulator. A process may be defined as a code, with 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 -- 2.20.1