Samuel Thibault %!s(int64=14) %!d(string=hai) anos
pai
achega
5cd244963b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc/starpu.texi

+ 2 - 2
doc/starpu.texi

@@ -2756,12 +2756,12 @@ subdata according to the filter @code{f}
 @item @emph{Example}:
 @cartouche
 @smallexample
-struct starpu_data_filter f = {
+struct starpu_data_filter f = @{
     .filter_func = starpu_vertical_block_filter_func,
     .nchildren = nslicesx,
     .get_nchildren = NULL,
     .get_child_ops = NULL
-};
+@};
 starpu_data_partition(A_handle, &f);
 @end smallexample
 @end cartouche