From d00ad723a56a57450d03c3958a2286aa6672f503 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Wed, 19 Jul 2023 14:01:42 -0500 Subject: [PATCH] fixed brief description for H5Fget_info --- src/H5Fpublic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index d7c8326d458..585f9a0941f 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -1172,7 +1172,7 @@ H5_DLL ssize_t H5Fget_name(hid_t obj_id, char *name, size_t size); /** * \ingroup H5F * - * \brief Retrieves name of file to which object belongs + * \brief Retrieves global file information * * \fgdta_obj_id * \param[out] file_info Buffer for global file information @@ -1845,7 +1845,7 @@ typedef struct H5F_info1_t { /** * \ingroup H5F * - * \brief Retrieves name of file to which object belongs + * \brief Retrieves global file information * * \fgdta_obj_id * \param[out] file_info Buffer for global file information