summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-29 20:58:54 (GMT)
committerGitHub <noreply@github.com>2022-12-29 20:58:54 (GMT)
commitc0b36461931bfbf13ac3ba813127132a3da83f7a (patch)
treec9a786c0177739aa910469c78c42eb42d27eb412 /src/H5VLpublic.h
parent3da2551adb7f5a290839e062085fdfb471864d76 (diff)
downloadhdf5-c0b36461931bfbf13ac3ba813127132a3da83f7a.zip
hdf5-c0b36461931bfbf13ac3ba813127132a3da83f7a.tar.gz
hdf5-c0b36461931bfbf13ac3ba813127132a3da83f7a.tar.bz2
Adds RELEASE.txt notes and updates Doxygen (#2377) (#2379)
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index c0a0e68..09b31af 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -401,7 +401,7 @@ H5_DLL herr_t H5VLunregister_connector(hid_t connector_id);
* \param[out] flags Operation flags
* \return \herr_t
*
- * \since 1.12.0
+ * \since 1.12.1
*/
H5_DLL herr_t H5VLquery_optional(hid_t obj_id, H5VL_subclass_t subcls, int opt_type, uint64_t *flags);
/**
@@ -413,7 +413,7 @@ H5_DLL herr_t H5VLquery_optional(hid_t obj_id, H5VL_subclass_t subcls, int opt_t
* \param[out] is_native Boolean determining whether object is a native VOL connector object
* \return \herr_t
*
- * \since 1.14.0
+ * \since 1.12.2
*/
H5_DLL herr_t H5VLobject_is_native(hid_t obj_id, hbool_t *is_native);