Nathalie Furmento 8 lat temu
rodzic
commit
89e64fec40
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      doc/doxygen/chapters/api/data_management.doxy

+ 4 - 4
doc/doxygen/chapters/api/data_management.doxy

@@ -180,16 +180,16 @@ will commit their changes in main memory (node 0).
 \ingroup API_Data_Management
 Set the name of the data, to be shown in various profiling tools.
 
-\fn void starpu_data_set_coordinates_array(starpu_data_handle_t handle, int dimensions, int dims[]);
+\fn void starpu_data_set_coordinates_array(starpu_data_handle_t handle, int dimensions, int dims[])
 \ingroup API_Data_Management
 Set the coordinates of the data, to be shown in various profiling tools.
-\p dimensions is the size of the \dims array
+\p dimensions is the size of the \p dims array
 This can be for instance the tile coordinates within a big matrix.
 
-\fn void starpu_data_set_coordinates(starpu_data_handle_t handle, unsigned dimensions, ...);
+\fn void starpu_data_set_coordinates(starpu_data_handle_t handle, unsigned dimensions, ...)
 \ingroup API_Data_Management
 Set the coordinates of the data, to be shown in various profiling tools.
-\p dimensions is the number of subsequent int parameters.
+\p dimensions is the number of subsequent \c int parameters.
 This can be for instance the tile coordinates within a big matrix.
 
 \fn int starpu_data_fetch_on_node(starpu_data_handle_t handle, unsigned node, unsigned async)