Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix issues in documentation
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Fri, 29 Jun 2012 11:42:45 +0000 (13:42 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Fri, 29 Jun 2012 11:42:45 +0000 (13:42 +0200)
doc/ref_guide/doxygen/module-msg.doc
doc/user_guide/fig/amok_bw_sat.png
doc/user_guide/fig/amok_bw_test.png
doc/user_guide/fig/gras_comm.png
include/msg/datatypes.h
src/simix/smx_user.c

index f908338..41f7d98 100644 (file)
@@ -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 <!-- DOXYGEN_NAVBAR_LABEL="Tasks" --> \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.
  */
 
index bed6ec3..ad1ec4d 100644 (file)
Binary files a/doc/user_guide/fig/amok_bw_sat.png and b/doc/user_guide/fig/amok_bw_sat.png differ
index bbd5c98..788585e 100644 (file)
Binary files a/doc/user_guide/fig/amok_bw_test.png and b/doc/user_guide/fig/amok_bw_test.png differ
index 389e8cb..cd5ad3d 100644 (file)
Binary files a/doc/user_guide/fig/gras_comm.png and b/doc/user_guide/fig/gras_comm.png differ
index 2a0a11f..c5c2d05 100644 (file)
@@ -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
index 3ea1f92..b0de8eb 100644 (file)
@@ -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