summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-14 04:25:07 (GMT)
committerGitHub <noreply@github.com>2022-05-14 04:25:07 (GMT)
commit4d2b244e73f108676d4514c9332180e63cf52e52 (patch)
tree5221c9029abf8296fb2db9b6df65e0055dd35278 /src/H5FDfamily.h
parent47fb7b8bc7da7db75e11f1234465fae7fac6827e (diff)
downloadhdf5-4d2b244e73f108676d4514c9332180e63cf52e52.zip
hdf5-4d2b244e73f108676d4514c9332180e63cf52e52.tar.gz
hdf5-4d2b244e73f108676d4514c9332180e63cf52e52.tar.bz2
Add H5P doxygen chapter (#1762)
Diffstat (limited to 'src/H5FDfamily.h')
-rw-r--r--src/H5FDfamily.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDfamily.h b/src/H5FDfamily.h
index 20ef532..d07d659 100644
--- a/src/H5FDfamily.h
+++ b/src/H5FDfamily.h
@@ -39,7 +39,7 @@ H5_DLL hid_t H5FD_family_init(void);
* each family member
* \returns \herr_t
*
- * \details H5Pset_fapl_family() sets the file access property list identifier,
+ * \details H5Pset_fapl_family sets the file access property list identifier,
* \p fapl_id, to use the family driver.
*
* \p memb_size is the size in bytes of each file member. This size
@@ -71,7 +71,7 @@ H5_DLL herr_t H5Pset_fapl_family(hid_t fapl_id, hsize_t memb_size, hid_t memb_fa
* each family member
* \returns \herr_t
*
- * \details H5Pget_fapl_family() returns file access property list for use with
+ * \details H5Pget_fapl_family returns file access property list for use with
* the family driver. This information is returned through the output
* parameters.
*