From: Samuel Lepetit Date: Fri, 29 Jun 2012 11:42:45 +0000 (+0200) Subject: Fix issues in documentation X-Git-Tag: v3_8~408 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/28a7eeb93a542e1b34dbbef353478bccd0411627 Fix issues in documentation --- diff --git a/doc/ref_guide/doxygen/module-msg.doc b/doc/ref_guide/doxygen/module-msg.doc index f908338680..41f7d98307 100644 --- a/doc/ref_guide/doxygen/module-msg.doc +++ b/doc/ref_guide/doxygen/module-msg.doc @@ -53,7 +53,7 @@ details). /** @defgroup m_process_management Process Management Functions * @ingroup MSG_API * @brief This section describes the process structure of MSG - * (#m_process_t) and the functions for managing it. + * (#msg_process_t) and the functions for managing it. */ /** @defgroup m_host_management Host Management Functions @@ -64,7 +64,7 @@ details). /** @defgroup m_task_management Task Management Functions * @ingroup MSG_API * @brief This section describes the task structure of MSG - * (#m_task_t) and the functions for managing it. See + * (#msg_task_t) and the functions for managing it. See * \ref msg_task_usage to see how to put the tasks in action. * * \htmlonly \endhtmlonly @@ -72,7 +72,7 @@ details). /** @defgroup msg_task_usage Task Actions * @ingroup MSG_API - * @brief This section describes the functions that can be used + * @brief This secti on describes the functions that can be used * by a process to execute, communicate or otherwise handle some task. */ diff --git a/doc/user_guide/fig/amok_bw_sat.png b/doc/user_guide/fig/amok_bw_sat.png index bed6ec3cda..ad1ec4d570 100644 Binary files a/doc/user_guide/fig/amok_bw_sat.png and b/doc/user_guide/fig/amok_bw_sat.png differ diff --git a/doc/user_guide/fig/amok_bw_test.png b/doc/user_guide/fig/amok_bw_test.png index bbd5c98335..788585ebe9 100644 Binary files a/doc/user_guide/fig/amok_bw_test.png and b/doc/user_guide/fig/amok_bw_test.png differ diff --git a/doc/user_guide/fig/gras_comm.png b/doc/user_guide/fig/gras_comm.png index 389e8cba39..cd5ad3d925 100644 Binary files a/doc/user_guide/fig/gras_comm.png and b/doc/user_guide/fig/gras_comm.png differ diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 2a0a11fcf1..c5c2d059fb 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -122,7 +122,7 @@ typedef struct msg_gpu_task *msg_gpu_task_t; */ typedef struct msg_comm *msg_comm_t; -/** \brief Default value for an uninitialized #m_task_t. +/** \brief Default value for an uninitialized #msg_task_t. \ingroup m_task_management */ #define MSG_TASK_UNINITIALIZED NULL diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 3ea1f92f17..b0de8eb5d2 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -500,7 +500,7 @@ void* simcall_process_get_data(smx_process_t process) } /** - * \brief Set the user data of a #m_process_t. + * \brief Set the user data of a #smx_process_t. * * This functions checks whether \a process is a valid pointer or not and set the user data associated to \a process if it is possible. * \param process SIMIX process