Przeglądaj źródła

doc: Fix misplaced braces.

Ludovic Courtès 13 lat temu
rodzic
commit
e27f81227c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      doc/chapters/advanced-api.texi

+ 1 - 1
doc/chapters/advanced-api.texi

@@ -303,7 +303,7 @@ todo
 todo
 @end deftypefun
 
-@deftypefun int starpu_combined_worker_assign_workerid (int @var{nworkers}, int @var{workerid_array[]})
+@deftypefun int starpu_combined_worker_assign_workerid (int @var{nworkers}, int @var{workerid_array}[])
 Register a new combined worker and get its identifier
 @end deftypefun