diff options
author | vchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com> | 2022-07-16 09:59:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-16 09:59:43 (GMT) |
commit | f199c866dd3118f38904cb1935197438e662181c (patch) | |
tree | 1db744da424f7303abf5b1b327bbfb1519c2bb9d /src | |
parent | df6d108a35dac9817934a5d9f35a85ba6cc5afbb (diff) | |
download | hdf5-f199c866dd3118f38904cb1935197438e662181c.zip hdf5-f199c866dd3118f38904cb1935197438e662181c.tar.gz hdf5-f199c866dd3118f38904cb1935197438e662181c.tar.bz2 |
Add doxygen for high level modules to hdf51.10 (#1899)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Amodule.h | 2 | ||||
-rw-r--r-- | src/H5Dmodule.h | 2 | ||||
-rw-r--r-- | src/H5Emodule.h | 2 | ||||
-rw-r--r-- | src/H5Fmodule.h | 2 | ||||
-rw-r--r-- | src/H5Gmodule.h | 2 | ||||
-rw-r--r-- | src/H5Imodule.h | 2 | ||||
-rw-r--r-- | src/H5Lmodule.h | 2 | ||||
-rw-r--r-- | src/H5Omodule.h | 2 | ||||
-rw-r--r-- | src/H5PLmodule.h | 2 | ||||
-rw-r--r-- | src/H5Pmodule.h | 2 | ||||
-rw-r--r-- | src/H5Rmodule.h | 2 | ||||
-rw-r--r-- | src/H5Smodule.h | 2 | ||||
-rw-r--r-- | src/H5Tmodule.h | 2 | ||||
-rw-r--r-- | src/H5Zmodule.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/src/H5Amodule.h b/src/H5Amodule.h index 29e5960..cab56d4 100644 --- a/src/H5Amodule.h +++ b/src/H5Amodule.h @@ -375,7 +375,7 @@ * * Previous Chapter \ref sec_dataspace - Next Chapter \ref sec_error * - * \defgroup H5A H5A Attributes + * \defgroup H5A H5A * * An HDF5 attribute is a small metadata object describing the nature and/or intended usage of a primary data * object. A primary data object may be a dataset, group, or committed datatype. diff --git a/src/H5Dmodule.h b/src/H5Dmodule.h index 8cca52e..0eb7d68 100644 --- a/src/H5Dmodule.h +++ b/src/H5Dmodule.h @@ -2983,7 +2983,7 @@ allocated if necessary. */ /** - * \defgroup H5D H5D Datasets + * \defgroup H5D H5D * * Use the functions in this module to manage HDF5 datasets, including the * transfer of data between memory and disk and the description of dataset diff --git a/src/H5Emodule.h b/src/H5Emodule.h index 3a65bed..aeba66d 100644 --- a/src/H5Emodule.h +++ b/src/H5Emodule.h @@ -580,7 +580,7 @@ * * Previous Chapter \ref sec_attribute - Next Chapter \ref sec_plist * - * \defgroup H5E H5E Error Handling + * \defgroup H5E H5E * * \internal The \c FUNC_ENTER macro clears the error stack whenever an * interface function is entered. When an error is detected, an entry diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h index ae2f6a1..8904d9c 100644 --- a/src/H5Fmodule.h +++ b/src/H5Fmodule.h @@ -69,7 +69,7 @@ */ /** - * \defgroup H5F H5F File + * \defgroup H5F H5F * * Use the functions in this module to manage HDF5 files. * diff --git a/src/H5Gmodule.h b/src/H5Gmodule.h index f15b929..13589fd 100644 --- a/src/H5Gmodule.h +++ b/src/H5Gmodule.h @@ -951,7 +951,7 @@ */ /** - * \defgroup H5G H5G Groups + * \defgroup H5G H5G * * Use the functions in this module to manage HDF5 groups. * diff --git a/src/H5Imodule.h b/src/H5Imodule.h index c4bdf7b..024d8ab 100644 --- a/src/H5Imodule.h +++ b/src/H5Imodule.h @@ -30,7 +30,7 @@ #define H5_MY_PKG_INIT NO /** - * \defgroup H5I H5I Identifiers + * \defgroup H5I H5I * * Use the functions in this module to manage identifiers defined by the HDF5 * library. See \ref H5IUD for user-defined identifiers and identifier diff --git a/src/H5Lmodule.h b/src/H5Lmodule.h index cd102f7..47c8ad1 100644 --- a/src/H5Lmodule.h +++ b/src/H5Lmodule.h @@ -30,7 +30,7 @@ #define H5_MY_PKG_INIT YES /** - * \defgroup H5L H5L Links + * \defgroup H5L H5L * * Use the functions in this module to manage HDF5 links and link types. * diff --git a/src/H5Omodule.h b/src/H5Omodule.h index 7a023b9..866e3b4 100644 --- a/src/H5Omodule.h +++ b/src/H5Omodule.h @@ -30,7 +30,7 @@ #define H5_MY_PKG_INIT YES /** - * \defgroup H5O H5O Objects + * \defgroup H5O H5O * * Use the functions in this module to manage HDF5 objects. * diff --git a/src/H5PLmodule.h b/src/H5PLmodule.h index 24fb93c..94cbf49 100644 --- a/src/H5PLmodule.h +++ b/src/H5PLmodule.h @@ -28,7 +28,7 @@ #define H5_MY_PKG_INIT YES /** - * \defgroup H5PL H5PL Plugins + * \defgroup H5PL H5PL * * Use the functions in this module to manage the loading behavior of HDF5 * plugins. diff --git a/src/H5Pmodule.h b/src/H5Pmodule.h index f5f8d83..0439a3f 100644 --- a/src/H5Pmodule.h +++ b/src/H5Pmodule.h @@ -882,7 +882,7 @@ * * Previous Chapter \ref sec_error - Next Chapter \ref sec_addition * - * \defgroup H5P H5P Properties and Property Lists + * \defgroup H5P H5P * * Use the functions in this module to manage HDF5 property lists and property * list classes. HDF5 property lists are the main vehicle to configure the diff --git a/src/H5Rmodule.h b/src/H5Rmodule.h index 68deefe..d467ffe 100644 --- a/src/H5Rmodule.h +++ b/src/H5Rmodule.h @@ -26,7 +26,7 @@ #define H5_MY_PKG_INIT YES /** - * \defgroup H5R H5R References + * \defgroup H5R H5R * * Use the functions in this module to manage HDF5 references. Referents can * be HDF5 objects, attributes, and selections on datasets a.k.a. dataset diff --git a/src/H5Smodule.h b/src/H5Smodule.h index 877af64..5eeba33 100644 --- a/src/H5Smodule.h +++ b/src/H5Smodule.h @@ -1516,7 +1516,7 @@ */ /** - * \defgroup H5S H5S Dataspaces + * \defgroup H5S H5S * * Use the functions in this module to manage HDF5 dataspaces \Emph{and} selections. * diff --git a/src/H5Tmodule.h b/src/H5Tmodule.h index e9dafa1..a2f6828 100644 --- a/src/H5Tmodule.h +++ b/src/H5Tmodule.h @@ -3859,7 +3859,7 @@ filled according to the value of this property. The padding can be: */ /** - * \defgroup H5T H5T Datatypes + * \defgroup H5T H5T * * Use the functions in this module to manage HDF5 datatypes. * diff --git a/src/H5Zmodule.h b/src/H5Zmodule.h index 214c87b..c3ef881 100644 --- a/src/H5Zmodule.h +++ b/src/H5Zmodule.h @@ -30,7 +30,7 @@ #define H5_MY_PKG_INIT YES /** - * \defgroup H5Z H5Z Filters + * \defgroup H5Z H5Z * * Use the functions in this module to manage HDF5 filters. * |