Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
correct doxygen error (forgot the parameter name in its description)
authorsuter <frederic.suter@cc.in2p3.fr>
Thu, 24 May 2012 10:07:44 +0000 (12:07 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Thu, 24 May 2012 10:07:44 +0000 (12:07 +0200)
src/simdag/sd_task.c

index e3ab770..e7bd309 100644 (file)
@@ -166,7 +166,7 @@ SD_task_t SD_task_create_comp_seq(const char *name, void *data,
  * \param name the name of the task (can be \c NULL)
  * \param data the user data you want to associate with the task (can be \c NULL)
  * \param amount amount of compute work to be done by the task
  * \param name the name of the task (can be \c NULL)
  * \param data the user data you want to associate with the task (can be \c NULL)
  * \param amount amount of compute work to be done by the task
- * \param purely serial fraction of the work to be done (in [0.;1.[)
+ * \param alpha purely serial fraction of the work to be done (in [0.;1.[)
  * \return the new task
  */
 SD_task_t SD_task_create_comp_par_amdahl(const char *name, void *data,
  * \return the new task
  */
 SD_task_t SD_task_create_comp_par_amdahl(const char *name, void *data,