summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-04-14 14:06:26 (GMT)
committerGitHub <noreply@github.com>2022-04-14 14:06:26 (GMT)
commit615fe7370fa960ca7a3d4fc2b1f53905c2f1358c (patch)
tree4b3e43f44694f1671486555dec43d9974151a876
parent3961f6500d8303ff03bdd8fb38b0edc618b128ab (diff)
downloadhdf5-615fe7370fa960ca7a3d4fc2b1f53905c2f1358c.zip
hdf5-615fe7370fa960ca7a3d4fc2b1f53905c2f1358c.tar.gz
hdf5-615fe7370fa960ca7a3d4fc2b1f53905c2f1358c.tar.bz2
Fix these Doxygen warnings #1581 (#1591)
-rw-r--r--src/H5Tmodule.h11
-rw-r--r--src/H5Tpublic.h6
2 files changed, 10 insertions, 7 deletions
diff --git a/src/H5Tmodule.h b/src/H5Tmodule.h
index 73424fb..30ac702 100644
--- a/src/H5Tmodule.h
+++ b/src/H5Tmodule.h
@@ -66,17 +66,20 @@
* \ingroup H5T
* \defgroup ATOM Atomic Datatypes
* \ingroup H5T
- * \defgroup COMPOUND Compound Datatypes
- * \ingroup H5T
* \defgroup CONV Conversion Function
* \ingroup H5T
- * \defgroup ENUM Enumeration Datatypes
- * \ingroup H5T
* \defgroup OPAQUE Opaque Datatypes
* \ingroup H5T
* \defgroup VLEN Variable-length Sequence Datatypes
* \ingroup H5T
*
+ * \defgroup COMPENUM Compound and Enumeration Datatypes
+ * \ingroup H5T
+ * \defgroup COMPOUND Compound Datatypes
+ * \ingroup COMPENUM
+ * \defgroup ENUM Enumeration Datatypes
+ * \ingroup COMPENUM
+ *
* \defgroup PDT Predefined Datatypes
* \ingroup H5T
* \details What is a predefined HDF5 datatype?
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index 14faa9b..4c3dece 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -2059,7 +2059,7 @@ H5_DLL H5T_pad_t H5Tget_inpad(hid_t type_id);
*/
H5_DLL H5T_str_t H5Tget_strpad(hid_t type_id);
/**
- * \ingroup COMPOUND ENUM
+ * \ingroup COMPENUM
*
* \brief Retrieves the number of elements in a compound or enumeration datatype
*
@@ -2076,7 +2076,7 @@ H5_DLL H5T_str_t H5Tget_strpad(hid_t type_id);
*/
H5_DLL int H5Tget_nmembers(hid_t type_id);
/**
- * \ingroup COMPOUND ENUM
+ * \ingroup COMPENUM
*
* \brief Retrieves the name of a compound or enumeration datatype member
*
@@ -2103,7 +2103,7 @@ H5_DLL int H5Tget_nmembers(hid_t type_id);
*/
H5_DLL char *H5Tget_member_name(hid_t type_id, unsigned membno);
/**
- * \ingroup COMPOUND ENUM
+ * \ingroup COMPENUM
*
* \brief Retrieves the index of a compound or enumeration datatype member
*