summaryrefslogtreecommitdiffstats
path: root/src/H5Imodule.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-06 01:34:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-06 01:34:37 (GMT)
commitf0d1a03aa18843b8260c234cd535978a2145941e (patch)
treef374735b3ad301df210890fa3c2a74c0e0e63d94 /src/H5Imodule.h
parent32e6c3dcae77e67f8649d61ece4be3c203b7f497 (diff)
downloadhdf5-f0d1a03aa18843b8260c234cd535978a2145941e.zip
hdf5-f0d1a03aa18843b8260c234cd535978a2145941e.tar.gz
hdf5-f0d1a03aa18843b8260c234cd535978a2145941e.tar.bz2
Brings the rest of the header changes from develop
Diffstat (limited to 'src/H5Imodule.h')
-rw-r--r--src/H5Imodule.h23
1 files changed, 14 insertions, 9 deletions
diff --git a/src/H5Imodule.h b/src/H5Imodule.h
index a20de33..a2174d7 100644
--- a/src/H5Imodule.h
+++ b/src/H5Imodule.h
@@ -11,22 +11,27 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol <koziol@hdfgroup.org>
- * Saturday, September 12, 2015
+ * Programmer: Quincey Koziol
+ * Saturday, September 12, 2015
*
- * Purpose: This file contains declarations which define macros for the
- * H5I package. Including this header means that the source file
- * is part of the H5I package.
+ * Purpose: This file contains declarations which define macros for the
+ * H5I package. Including this header means that the source file
+ * is part of the H5I package.
*/
-#ifndef _H5Imodule_H
-#define _H5Imodule_H
+#ifndef H5Imodule_H
+#define H5Imodule_H
/* Define the proper control macros for the generic FUNC_ENTER/LEAVE and error
- * reporting macros.
+ * reporting macros.
*/
#define H5I_MODULE
#define H5_MY_PKG H5I
#define H5_MY_PKG_ERR H5E_ATOM
#define H5_MY_PKG_INIT NO
-#endif /* _H5Imodule_H */
+/**\defgroup H5I H5I
+ * \brief Identifier Interface
+ * \todo Describe concisely what the functions in this module are about.
+ */
+
+#endif /* H5Imodule_H */