Procházet zdrojové kódy

doc: fix function prototype

Nathalie Furmento před 11 roky
rodič
revize
2189af5d11
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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