summaryrefslogtreecommitdiffstats
path: root/src/H5Tmodule.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/H5Tmodule.h
parent29de83ab8ed7d8cdc8c6c3022a9e3471e2641af6 (diff)
downloadhdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.zip
hdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.tar.gz
hdf5-ab69f5df770ee3cc6cd6c81d905a5317b894a002.tar.bz2
Fix these Doxygen warnings #1581 (#1589)
Diffstat (limited to 'src/H5Tmodule.h')
-rw-r--r--src/H5Tmodule.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/H5Tmodule.h b/src/H5Tmodule.h
index dc07e03..8f7d04d 100644
--- a/src/H5Tmodule.h
+++ b/src/H5Tmodule.h
@@ -65,17 +65,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?