From: suter Date: Thu, 24 May 2012 10:07:44 +0000 (+0200) Subject: correct doxygen error (forgot the parameter name in its description) X-Git-Tag: v3_8~681 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/04d94544520a0cec2749347909d9500a81d0f670?hp=d1a1dc11b3a76cf7f034b950bed92af34a585620;ds=sidebyside correct doxygen error (forgot the parameter name in its description) --- diff --git a/src/simdag/sd_task.c b/src/simdag/sd_task.c index e3ab77080a..e7bd3091a7 100644 --- a/src/simdag/sd_task.c +++ b/src/simdag/sd_task.c @@ -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 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,