summaryrefslogtreecommitdiffstats
path: root/src/H5Rpublic.h
diff options
context:
space:
mode:
authorGerd Heber <gheber@hdfgroup.org>2021-12-09 16:32:00 (GMT)
committerGitHub <noreply@github.com>2021-12-09 16:32:00 (GMT)
commitdab3838a635b9816940c4fa03b3185c37abab3e5 (patch)
treedca96b9d047b3b3d2b0eb2b8222e5883d2d66630 /src/H5Rpublic.h
parent2b4c2d9c7163274ad6008e701413edfd10f88b3b (diff)
downloadhdf5-dab3838a635b9816940c4fa03b3185c37abab3e5.zip
hdf5-dab3838a635b9816940c4fa03b3185c37abab3e5.tar.gz
hdf5-dab3838a635b9816940c4fa03b3185c37abab3e5.tar.bz2
Fixed minor issues. (#1259)
* Fixed minor issues. * Committing clang-format changes * Fixed CMake. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5Rpublic.h')
-rw-r--r--src/H5Rpublic.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/H5Rpublic.h b/src/H5Rpublic.h
index 81ae514..4ba7da1 100644
--- a/src/H5Rpublic.h
+++ b/src/H5Rpublic.h
@@ -11,6 +11,15 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+/**
+ * \defgroup H5R H5R
+ *
+ * Use the functions in this module to manage HDF5 references. Referents can
+ * be HDF5 objects, attributes, and selections on datasets a.k.a. dataset
+ * regions.
+ *
+ */
+
/*
* This file contains public declarations for the H5R module.
*/
@@ -127,7 +136,7 @@ H5_DLL herr_t H5Rcreate(void *ref, hid_t loc_id, const char *name, H5R_type_t re
*
* \brief Opens the HDF5 object referenced
*
- * \obj_id
+ * \dset_id{dataset}
* \param[in] ref_type The reference type of \p ref
* \param[in] ref Reference to open
*
@@ -199,7 +208,7 @@ H5_DLL hid_t H5Rget_region(hid_t dataset, H5R_type_t ref_type, const void *ref);
* \param[in] id The dataset containing the reference object or the group
* containing that dataset
* \param[in] ref_type Type of reference to query
- * \param[in] ref Reference to query
+ * \param[in] _ref Reference to query
* \param[out] obj_type Type of referenced object
*
* \return \herr_t