Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doxygen
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 13 Jul 2006 22:19:32 +0000 (22:19 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 13 Jul 2006 22:19:32 +0000 (22:19 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2563 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simdag/sd_task.c

index 184b1c2..e501281 100644 (file)
@@ -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) {