diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-11-03 16:56:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 16:56:53 (GMT) |
commit | 40a0e3c7b5b30912ddbe4cf58f289575d63fef12 (patch) | |
tree | 82b6383f1e71766b749dea5be55e379d250b8c65 | |
parent | 55e3f667d48330bfc16991b63fceeeac8bcce602 (diff) | |
download | hdf5-40a0e3c7b5b30912ddbe4cf58f289575d63fef12.zip hdf5-40a0e3c7b5b30912ddbe4cf58f289575d63fef12.tar.gz hdf5-40a0e3c7b5b30912ddbe4cf58f289575d63fef12.tar.bz2 |
correct H5Ropen_object_reference (#2212)
-rw-r--r-- | src/H5Rpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |