X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e33945312989c2b5a84a31efafd429185ece096..eee2dab87926d8b780754b4c06b806a7537f92d8:/src/simdag/sd_task.c 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) {