Pārlūkot izejas kodu

merge trunk@9596: doc/chapters/api.texi: fix function signature

Nathalie Furmento 12 gadi atpakaļ
vecāks
revīzija
a1e69e5527
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      doc/chapters/api.texi

+ 2 - 2
doc/chapters/api.texi

@@ -2379,7 +2379,7 @@ by an amount of floating point operations, as a double. The user may have to
 explicitly cast into double, otherwise parameter passing will not work.
 @end defmac
 
-@deftypefun void starpu_codelet_pack_args ({char **}@var{arg_buffer}, {size_t *}@var{arg_buffer_size}, ...)
+@deftypefun void starpu_codelet_pack_args ({void **}@var{arg_buffer}, {size_t *}@var{arg_buffer_size}, ...)
 Pack arguments of type @code{STARPU_VALUE} into a buffer which can be
 given to a codelet and later unpacked with the function
 @code{starpu_codelet_unpack_args} defined below.
@@ -3730,7 +3730,7 @@ Get the description of a combined worker
 Variant of starpu_worker_can_execute_task compatible with combined workers
 @end deftypefun
 
-@deftypefun void starpu_parallel_task_barrier_init ({struct starpu_task* }@var{task}, int @var{best_workerid})
+@deftypefun void starpu_parallel_task_barrier_init ({struct starpu_task* }@var{task}, int @var{workerid})
 Initialise the barrier for the parallel task, and dispatch the task
 between the different combined workers
 @end deftypefun