Skip to content
Snippets Groups Projects
Commit 323a1290 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

fixes documentation issue with \ref in \sa section

parent d32dcd19
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,8 @@ void xt_redist_delete(Xt_redist redist);
*
* @remark The above implies that NULL or any other invalid pointer
* must not be used in either @a src_data or @a dst_data.
* @see correct_addresses
* @par See Also
* \ref correct_addresses
*/
void xt_redist_s_exchange(Xt_redist redist, int num_arrays,
const void **src_data, void **dst_data);
......@@ -115,7 +116,8 @@ void xt_redist_s_exchange(Xt_redist redist, int num_arrays,
*
* @remark The above implies that NULL or any other invalid pointer
* must not be used in either @a src_data or @a dst_data.
* @see correct_addresses
* @par See Also
* \ref correct_addresses
*/
void xt_redist_a_exchange(Xt_redist redist, int num_arrays,
const void **src_data, void **dst_data,
......
......@@ -76,7 +76,8 @@
*
* @remarks all redistributions need to be based on the same
* MPI communicator
* @see correct_addresses
* @par See Also
* \ref correct_addresses
*/
Xt_redist xt_redist_collection_new(Xt_redist * redists, int num_redists,
int cache_size, MPI_Comm comm);
......
......@@ -75,7 +75,8 @@
*
* @remarks all redistributions need to be based on the same
* MPI communicator
* @see correct_addresses
* @par See Also
* \ref correct_addresses
*/
Xt_redist
xt_redist_collection_static_new(Xt_redist * redists, int num_redists,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment