diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-08-25 23:43:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 23:43:13 (GMT) |
commit | 1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca (patch) | |
tree | 6c3bab304ee5f16a460b2637e0632a6bc7cd7dc6 /src/H5Mpublic.h | |
parent | 56dcd1badcc2b7ffacfbc606bda40c86c4812aee (diff) | |
download | hdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.zip hdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.tar.gz hdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.tar.bz2 |
Merge clang-tidy changes to public headers (#962)
Diffstat (limited to 'src/H5Mpublic.h')
-rw-r--r-- | src/H5Mpublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h index f645bc9..25d3058 100644 --- a/src/H5Mpublic.h +++ b/src/H5Mpublic.h @@ -139,7 +139,7 @@ H5_DLL hid_t H5Mcreate_anon(hid_t loc_id, hid_t key_type_id, hid_t val_type_id, * H5Mclose() when the application is not longer interested in * accessing it. * - * \since 1.13.0 + * \since 1.12.0 * */ H5_DLL hid_t H5Mopen(hid_t loc_id, const char *name, hid_t mapl_id); @@ -208,7 +208,7 @@ H5_DLL hid_t H5Mget_val_type(hid_t map_id); * \details H5Mget_create_plist() returns an identifier for a copy of the * creation property list for a map object specified by \p map_id. * - * \since 1.13.0 + * \since 1.12.0 * */ H5_DLL hid_t H5Mget_create_plist(hid_t map_id); |