diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-17 19:55:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 19:55:03 (GMT) |
commit | 63fc02bae8bfc38433cdd45011258901c25c7269 (patch) | |
tree | 12c8b22c3127f4543c4125e391bcc44d0e50e626 /src/H5FDmulti.h | |
parent | 77a9291edae125c887c33e81d3d2af5b27f0cb38 (diff) | |
download | hdf5-63fc02bae8bfc38433cdd45011258901c25c7269.zip hdf5-63fc02bae8bfc38433cdd45011258901c25c7269.tar.gz hdf5-63fc02bae8bfc38433cdd45011258901c25c7269.tar.bz2 |
Add H5S UG chapter, adjust details (#1775)
Diffstat (limited to 'src/H5FDmulti.h')
-rw-r--r-- | src/H5FDmulti.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDmulti.h b/src/H5FDmulti.h index defaa84..62cc9c8 100644 --- a/src/H5FDmulti.h +++ b/src/H5FDmulti.h @@ -172,7 +172,7 @@ H5_DLL herr_t H5Pset_fapl_multi(hid_t fapl_id, const H5FD_mem_t *memb_map, const * \param[out] relax Allows read-only access to incomplete file sets when \c TRUE * \returns \herr_t * - * \details H5Pget_fapl_multi returns information about the multi-file access + * \details H5Pget_fapl_multi() returns information about the multi-file access * property list. * * \since 1.4.0 @@ -193,7 +193,7 @@ H5_DLL herr_t H5Pget_fapl_multi(hid_t fapl_id, H5FD_mem_t *memb_map /*out*/, hid * \param[in] raw_plist_id * \returns \herr_t * - * \details H5Pset_fapl_split is a compatibility function that enables the + * \details H5Pset_fapl_split() is a compatibility function that enables the * multi-file driver to emulate the split driver from HDF5 Releases 1.0 * and 1.2. The split file driver stored metadata and raw data in * separate files but provided no mechanism for separating types of |