From 1cfca8fd93ffb25bab97442f731e91a56536797a Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Thu, 21 Jul 2022 06:39:05 -0700 Subject: Fixes an incorrect brief description for H5Dopen2() (#1920) --- src/H5Dpublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 02644ed..8bdac8d 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -369,7 +369,7 @@ H5_DLL hid_t H5Dcreate_anon(hid_t loc_id, hid_t type_id, hid_t space_id, hid_t d * -------------------------------------------------------------------------- * \ingroup H5D * - * \brief Creates a new dataset and links it into the file + * \brief Opens an existing dataset * * \fgdta_loc_id * \param[in] name Name of the dataset to open -- cgit v0.12