summaryrefslogtreecommitdiffstats
path: root/src/H5Lpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2021-09-27 00:43:05 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2021-09-27 00:43:05 (GMT)
commite9d20fa03b244888029aaf67c426eba361d0891c (patch)
tree6857d5555cfcd972273d92d0d26f39cc6d400b2f /src/H5Lpublic.h
parent93675a15f22d65f4892df8fb9ea05b653001429c (diff)
parentcc7c0eb910306b3e823867e8b9bb58204f0e1422 (diff)
downloadhdf5-e9d20fa03b244888029aaf67c426eba361d0891c.zip
hdf5-e9d20fa03b244888029aaf67c426eba361d0891c.tar.gz
hdf5-e9d20fa03b244888029aaf67c426eba361d0891c.tar.bz2
Merge remote-tracking branch 'origin/develop' into post_open_fix
Diffstat (limited to 'src/H5Lpublic.h')
-rw-r--r--src/H5Lpublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Lpublic.h b/src/H5Lpublic.h
index f665526..72b0182 100644
--- a/src/H5Lpublic.h
+++ b/src/H5Lpublic.h
@@ -1380,6 +1380,7 @@ H5_DLL herr_t H5Lunpack_elink_val(const void *ext_linkval /*in*/, size_t link_si
H5_DLL herr_t H5Lcreate_external(const char *file_name, const char *obj_name, hid_t link_loc_id,
const char *link_name, hid_t lcpl_id, hid_t lapl_id);
+/// \cond DEV
/* API Wrappers for async routines */
/* (Must be defined _after_ the function prototype) */
/* (And must only defined when included in application code, not the library) */
@@ -1401,6 +1402,7 @@ H5_DLL herr_t H5Lcreate_external(const char *file_name, const char *obj_name, hi
#define H5Lexists_async_wrap H5_NO_EXPAND(H5Lexists_async)
#define H5Literate_async_wrap H5_NO_EXPAND(H5Literate_async)
#endif /* H5L_MODULE */
+/// \endcond
/* Symbols defined for compatibility with previous versions of the HDF5 API.
*