From: mquinson Date: Thu, 13 Jul 2006 22:19:32 +0000 (+0000) Subject: Fix doxygen X-Git-Tag: v3.3~2795 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/eee2dab87926d8b780754b4c06b806a7537f92d8?hp=3e33945312989c2b5a84a31efafd429185ece096 Fix doxygen git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2563 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/simdag/sd_task.c b/src/simdag/sd_task.c index 184b1c234a..e501281cc1 100644 --- a/src/simdag/sd_task.c +++ b/src/simdag/sd_task.c @@ -579,7 +579,7 @@ static void __SD_task_remove_dependencies(SD_task_t task) { * * The task state must be SD_RUNNING, SD_DONE or SD_FAILED. * - * \task a task + * \param task: a task * \return the start time of this task */ double SD_task_get_start_time(SD_task_t task) { @@ -599,7 +599,7 @@ double SD_task_get_start_time(SD_task_t task) { * estimation of the task finish time. This value can fluctuate * until the task is completed. * - * \task a task + * \param task: a task * \return the start time of this task */ double SD_task_get_finish_time(SD_task_t task) {