From: mquinson Date: Sat, 22 Oct 2005 09:13:05 +0000 (+0000) Subject: Fix broken links X-Git-Tag: v3.3~3572 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f051fedb7432c390e204eafc58e2f5e66cf0ea08?hp=b8e91e2c1365a0cb5294e3b4dbe11faa6df5dd6c Fix broken links git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1786 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/gos.c b/src/msg/gos.c index a774a0fbf1..92ee13b36c 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -558,11 +558,11 @@ MSG_error_t __MSG_wait_for_computation(m_process_t process, m_task_t task) * \param name a name for the object. It is for user-level information and can be NULL. * \param host_nb the number of hosts implied in the parallel task. - * \param host_list an array of #host_nb m_host_t. - * \param computation_amount an array of #host_nb + * \param host_list an array of \a host_nb m_host_t. + * \param computation_amount an array of \a host_nb doubles. computation_amount[i] is the total number of operations that have to be performed on host_list[i]. - * \param communication_amount an array of #host_nb*#host_nb doubles. + * \param communication_amount an array of \a host_nb* \a host_nb doubles. * \param data a pointer to any data may want to attach to the new object. It is for user-level information and can be NULL. It can be retrieved with the function \ref MSG_task_get_data.