summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
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 /src/H5Tpublic.h
parent3961f6500d8303ff03bdd8fb38b0edc618b128ab (diff)
downloadhdf5-615fe7370fa960ca7a3d4fc2b1f53905c2f1358c.zip
hdf5-615fe7370fa960ca7a3d4fc2b1f53905c2f1358c.tar.gz
hdf5-615fe7370fa960ca7a3d4fc2b1f53905c2f1358c.tar.bz2
Fix these Doxygen warnings #1581 (#1591)
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r--src/H5Tpublic.h6
1 files changed, 3 insertions, 3 deletions
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
*