From 40a0e3c7b5b30912ddbe4cf58f289575d63fef12 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 3 Nov 2022 11:56:53 -0500 Subject: correct H5Ropen_object_reference (#2212) --- src/H5Rpublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Rpublic.h b/src/H5Rpublic.h index 5122f59..856a445 100644 --- a/src/H5Rpublic.h +++ b/src/H5Rpublic.h @@ -345,7 +345,7 @@ H5_DLL hid_t H5Ropen_object(H5R_ref_t *ref_ptr, hid_t rapl_id, hid_t oapl_id); /** * -------------------------------------------------------------------------- * \ingroup ASYNC - * \async_variant_of{H5Ropen} + * \async_variant_of{H5Ropen_object} */ #ifndef H5_DOXYGEN H5_DLL hid_t H5Ropen_object_async(const char *app_file, const char *app_func, unsigned app_line, -- cgit v0.12