diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-04-14 15:59:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 15:59:50 (GMT) |
commit | 518e8c67b7e80cc39809b9faacf66ebea70b8703 (patch) | |
tree | 7c59c2f1657ba3124432cc86781b6403eb846f03 /src | |
parent | 5e1eee2370cfed0623e1803e81f16787bc1cba20 (diff) | |
download | hdf5-518e8c67b7e80cc39809b9faacf66ebea70b8703.zip hdf5-518e8c67b7e80cc39809b9faacf66ebea70b8703.tar.gz hdf5-518e8c67b7e80cc39809b9faacf66ebea70b8703.tar.bz2 |
Fix these Doxygen warnings #1581 (#1593)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Tpublic.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h index 8485bd9..96ca8b5 100644 --- a/src/H5Tpublic.h +++ b/src/H5Tpublic.h @@ -54,17 +54,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? @@ -2098,7 +2101,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 * @@ -2115,7 +2118,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 * @@ -2142,7 +2145,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 * |