summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-04-07 14:27:45 (GMT)
committerGitHub <noreply@github.com>2022-04-07 14:27:45 (GMT)
commit623bda0fabec53998da9045288226e44d59b12e3 (patch)
treec7287a3def91252096654d8a585c345100fcb981 /src
parent13d852d89ede307314adbfaa036fe670dfa75554 (diff)
downloadhdf5-623bda0fabec53998da9045288226e44d59b12e3.zip
hdf5-623bda0fabec53998da9045288226e44d59b12e3.tar.gz
hdf5-623bda0fabec53998da9045288226e44d59b12e3.tar.bz2
Fix these Doxygen warnings #1581 (#1592)
Diffstat (limited to 'src')
-rw-r--r--src/H5Opublic.h4
-rw-r--r--src/H5Tmodule.h11
-rw-r--r--src/H5Tpublic.h6
3 files changed, 10 insertions, 11 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index 05da432..ec2d97a 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -284,10 +284,6 @@ H5_DLL hid_t H5Oopen(hid_t loc_id, const char *name, hid_t lapl_id);
* \details H5Oopen_by_token() opens an object specified by the object
* identifier, \p loc_id and object token, \p token.
*
- * \par Example
- * An example snippet from examples/h5_extlink.c:
- * \snippet h5_extlink.c H5Open_by_token_snip
- *
* \since 1.12.0
*
*/
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 145af51..b87c167 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -2061,7 +2061,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
*
@@ -2078,7 +2078,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
*
@@ -2105,7 +2105,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
*