summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-04-13 19:16:44 (GMT)
committerGitHub <noreply@github.com>2022-04-13 19:16:44 (GMT)
commitab69f5df770ee3cc6cd6c81d905a5317b894a002 (patch)
tree47c47ef9f26bc36a490eca10f367b5a469240c63 /src/H5Tpublic.h
parent29de83ab8ed7d8cdc8c6c3022a9e3471e2641af6 (diff)
downloadhdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.zip
hdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.tar.gz
hdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.tar.bz2
Fix these Doxygen warnings #1581 (#1589)
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 3df7ca2..01247b2 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -2039,7 +2039,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
*
@@ -2056,7 +2056,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
*
@@ -2083,7 +2083,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
*