summaryrefslogtreecommitdiffstats
path: root/src/H5Dmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dmodule.h')
-rw-r--r--src/H5Dmodule.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/H5Dmodule.h b/src/H5Dmodule.h
index 44044d8..292b624 100644
--- a/src/H5Dmodule.h
+++ b/src/H5Dmodule.h
@@ -18,8 +18,8 @@
* H5D package. Including this header means that the source file
* is part of the H5D package.
*/
-#ifndef _H5Dmodule_H
-#define _H5Dmodule_H
+#ifndef H5Dmodule_H
+#define H5Dmodule_H
/* Define the proper control macros for the generic FUNC_ENTER/LEAVE and error
* reporting macros.
@@ -29,4 +29,15 @@
#define H5_MY_PKG_ERR H5E_DATASET
#define H5_MY_PKG_INIT YES
-#endif /* _H5Dmodule_H */
+/**
+ * \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 */