summaryrefslogtreecommitdiffstats
path: root/src/H5Dmodule.h
diff options
context:
space:
mode:
authorbmribler <39579120+bmribler@users.noreply.github.com>2020-12-21 15:54:47 (GMT)
committerGitHub <noreply@github.com>2020-12-21 15:54:47 (GMT)
commit0483817a9250d90afc685864db640367558a1e3d (patch)
tree0522fb5fd6e9b2f04a5a2a16865522dc74d739b7 /src/H5Dmodule.h
parentf3b8fb38dec97488636e55a0383367cee3f8a971 (diff)
downloadhdf5-0483817a9250d90afc685864db640367558a1e3d.zip
hdf5-0483817a9250d90afc685864db640367558a1e3d.tar.gz
hdf5-0483817a9250d90afc685864db640367558a1e3d.tar.bz2
Transferred RM blocks in H5D and H5G to develop (#213)
Diffstat (limited to 'src/H5Dmodule.h')
-rw-r--r--src/H5Dmodule.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/H5Dmodule.h b/src/H5Dmodule.h
index 178e50f..fd155b1 100644
--- a/src/H5Dmodule.h
+++ b/src/H5Dmodule.h
@@ -29,4 +29,15 @@
#define H5_MY_PKG_ERR H5E_DATASET
#define H5_MY_PKG_INIT YES
+/**
+ * \defgroup H5D H5D
+ * \brief Group Interface
+ * \details The HDF5 Dataset Interface, H5D, provides a mechanism for managing
+ * HDF5 datasets, including the transfer of data between memory and
+ * disk and the description of dataset properties.
+ *
+ * A Dataset is used by other HDF5 APIs, either by name or by a handle,
+ * which is obtained by either creating or opening the dataset.
+ */
+
#endif /* _H5Dmodule_H */