Browse Source

doc: fix deftypefun

Nathalie Furmento 14 years ago
parent
commit
f2526fc82c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/starpu.texi

+ 1 - 1
doc/starpu.texi

@@ -2454,7 +2454,7 @@ data. All MPI nodes then process the whole task graph, and StarPU automatically
 determines which node actually execute which task, as well as the required MPI
 determines which node actually execute which task, as well as the required MPI
 transfers.
 transfers.
 
 
-@deftypefun int starpu_data_set_rank(starpu_data_handle handle, int mpi_rank)
+@deftypefun int starpu_data_set_rank (starpu_data_handle @var{handle}, int @var{mpi_rank})
 Tell StarPU-MPI which MPI node "owns" a given data, that is, the node which will
 Tell StarPU-MPI which MPI node "owns" a given data, that is, the node which will
 always keep an up-to-date value, and will by default execute tasks which write
 always keep an up-to-date value, and will by default execute tasks which write
 to it.
 to it.