Browse Source

doc: fix function prototype

Nathalie Furmento 11 years ago
parent
commit
2189af5d11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/doxygen/chapters/api/misc_helpers.doxy

+ 1 - 1
doc/doxygen/chapters/api/misc_helpers.doxy

@@ -37,7 +37,7 @@ instance.
 Same as starpu_execute_on_each_worker(), except that the task name is
 specified in the argument \p name.
 
-\fn void starpu_execute_on_specific_workers(void (*func)(void*), void * arg, unsigned num_workers, unsigned * workers, const char * name);
+\fn void starpu_execute_on_specific_workers(void (*func)(void*), void *arg, unsigned num_workers, unsigned *workers, const char *name);
 \ingroup API_Miscellaneous_Helpers
 Call \p func(\p arg) on every worker in the \p workers array. \p
 num_workers indicates the number of workers in this array.  This