Explorar o código

doc: fix function prototype

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
2189af5d11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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