From 30a95d9c54b09486dad30be824b354fb570078b1 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 29 Jun 2007 15:14:59 +0000 Subject: [PATCH] Make sure the navbar tricks we use in the post-processor don't land in the short description, or it will fool the post-processor (since they appear on the father page) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3620 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/module-msg.doc | 1 + doc/module-surf.doc | 2 ++ src/msg/environment.c | 2 ++ src/msg/global.c | 11 ++++++++--- src/msg/host.c | 4 +++- src/msg/m_process.c | 2 ++ src/msg/task.c | 2 ++ 7 files changed, 20 insertions(+), 4 deletions(-) diff --git a/doc/module-msg.doc b/doc/module-msg.doc index b5da1fb440..65fe3868c6 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 diff --git a/doc/module-surf.doc b/doc/module-surf.doc index 409b7183b9..a870b8888a 100644 --- a/doc/module-surf.doc +++ b/doc/module-surf.doc @@ -28,12 +28,14 @@ /** \defgroup SURF_actions SURF actions \ingroup SURF_API \brief This section describes the different datatypes and operations related to the actions in SURF. + \htmlonly \endhtmlonly */ /** \defgroup SURF_resources SURF resources \ingroup SURF_API \brief This section describes the different datatypes and operations related to the resources in SURF. + \htmlonly \endhtmlonly */ diff --git a/src/msg/environment.c b/src/msg/environment.c index bbaeaf5318..fbc75cedb0 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -16,6 +16,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_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. + */ +/** @addtogroup msg_easier_life * \htmlonly \endhtmlonly * */ diff --git a/src/msg/global.c b/src/msg/global.c index c8ae395a51..6bb1f927ef 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -23,7 +23,10 @@ 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 + */ + +/** \addtogroup msg_simulation + * \htmlonly \endhtmlonly */ /********************************* MSG **************************************/ @@ -189,8 +192,10 @@ 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 - * + */ + +/** \addtogroup m_channel_management + * \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 87644778a0..ecc5b47adf 100644 --- a/src/msg/host.c +++ b/src/msg/host.c @@ -11,7 +11,9 @@ /** \defgroup m_host_management Management functions of Hosts * \brief This section describes the host structure of MSG - * + */ + +/** \addtogroup m_host_management * \htmlonly \endhtmlonly * (#m_host_t) and the functions for managing it. * diff --git a/src/msg/m_process.c b/src/msg/m_process.c index f88ccaadb0..d49a58ac30 100644 --- a/src/msg/m_process.c +++ b/src/msg/m_process.c @@ -13,6 +13,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_process, msg, /** \defgroup m_process_management Management Functions of Agents * \brief This section describes the agent structure of MSG + */ +/** \addtogroup m_process_management * (#m_process_t) and the functions for managing it. * \htmlonly \endhtmlonly * diff --git a/src/msg/task.c b/src/msg/task.c index e0d880f8e4..d058cbe476 100644 --- a/src/msg/task.c +++ b/src/msg/task.c @@ -11,6 +11,8 @@ /** \defgroup m_task_management Managing functions of Tasks * \brief This section describes the task structure of MSG + */ +/** \addtogroup m_task_management * (#m_task_t) and the functions for managing it. * \htmlonly \endhtmlonly * -- 2.20.1