summaryrefslogtreecommitdiffstats
path: root/src/H5Gmodule.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/H5Gmodule.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/H5Gmodule.h')
-rw-r--r--src/H5Gmodule.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5Gmodule.h b/src/H5Gmodule.h
index 5f06405..ed617ec 100644
--- a/src/H5Gmodule.h
+++ b/src/H5Gmodule.h
@@ -29,4 +29,11 @@
#define H5_MY_PKG_ERR H5E_SYM
#define H5_MY_PKG_INIT YES
+/**
+ * \defgroup H5G H5G
+ * \brief Group Interface
+ * \details The HDF5 Group Interface, H5G, provides a mechanism for managing
+ * HDF5 groups and their members, which are other HDF5 objects.
+ */
+
#endif /* _H5Gmodule_H */