Skip to content

Commit

Permalink
Fix these Doxygen warnings #1581 (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Apr 14, 2022
1 parent 5e1eee2 commit 518e8c6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/H5Tpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -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
*
Expand All @@ -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
*
Expand All @@ -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
*
Expand Down

0 comments on commit 518e8c6

Please sign in to comment.