Browse Source

doc: fix typo

Nathalie Furmento 8 years ago
parent
commit
89e64fec40
1 changed files with 4 additions and 4 deletions
  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
 \ingroup API_Data_Management
 Set the name of the data, to be shown in various profiling tools.
 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
 \ingroup API_Data_Management
 Set the coordinates of the data, to be shown in various profiling tools.
 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.
 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
 \ingroup API_Data_Management
 Set the coordinates of the data, to be shown in various profiling tools.
 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.
 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)
 \fn int starpu_data_fetch_on_node(starpu_data_handle_t handle, unsigned node, unsigned async)