summaryrefslogtreecommitdiffstats
path: root/src/H5Gmodule.h
diff options
context:
space:
mode:
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 */