diff options
author | Quincey Koziol <koziol@lbl.gov> | 2020-11-26 17:11:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 17:11:35 (GMT) |
commit | 4fea1bcccd283a407fe0936c56e56cc40a019b3c (patch) | |
tree | f1d020e4111b8cd588dd9d0ea895a63856884fda /src/H5Apublic.h | |
parent | 2e2ded61816c5dfe22bbe2825b4fc3ede8bbc434 (diff) | |
download | hdf5-4fea1bcccd283a407fe0936c56e56cc40a019b3c.zip hdf5-4fea1bcccd283a407fe0936c56e56cc40a019b3c.tar.gz hdf5-4fea1bcccd283a407fe0936c56e56cc40a019b3c.tar.bz2 |
Minor cleanups (#132)
Diffstat (limited to 'src/H5Apublic.h')
-rw-r--r-- | src/H5Apublic.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/H5Apublic.h b/src/H5Apublic.h index 3b836e7..c3442b8 100644 --- a/src/H5Apublic.h +++ b/src/H5Apublic.h @@ -45,27 +45,6 @@ typedef herr_t (*H5A_operator2_t)(hid_t location_id /*in*/, const char *attr_nam extern "C" { #endif -/*-------------------------------------------------------------------------*/ -/** - * \ingroup H5A - * - * \brief Closes the specified attribute - * - * \attr_id - * - * \return \herr_t - * - * \details H5Aclose() terminates access to the attribute specified by - * \p attr_id by releasing the identifier. - * - * \attention Further use of a released attribute identifier is illegal; a - * function using such an identifier will generate an error. - * - * \since 1.0.0 - * - * \see H5Acreate(), H5Aopen() - */ -H5_DLL herr_t H5Aclose(hid_t attr_id); /* --------------------------------------------------------------------------*/ /** * \ingroup H5A @@ -372,6 +351,27 @@ H5_DLL herr_t H5Adelete_by_idx(hid_t loc_id, const char *obj_name, H5_index_t id hsize_t n, hid_t lapl_id); H5_DLL htri_t H5Aexists(hid_t obj_id, const char *attr_name); H5_DLL htri_t H5Aexists_by_name(hid_t obj_id, const char *obj_name, const char *attr_name, hid_t lapl_id); +/*-------------------------------------------------------------------------*/ +/** + * \ingroup H5A + * + * \brief Closes the specified attribute + * + * \attr_id + * + * \return \herr_t + * + * \details H5Aclose() terminates access to the attribute specified by + * \p attr_id by releasing the identifier. + * + * \attention Further use of a released attribute identifier is illegal; a + * function using such an identifier will generate an error. + * + * \since 1.0.0 + * + * \see H5Acreate(), H5Aopen() + */ +H5_DLL herr_t H5Aclose(hid_t attr_id); /* Symbols defined for compatibility with previous versions of the HDF5 API. * |