summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LDpublic.h
diff options
context:
space:
mode:
authorGerd Heber <gheber@hdfgroup.org>2022-07-08 11:08:46 (GMT)
committerGitHub <noreply@github.com>2022-07-08 11:08:46 (GMT)
commit74c80f0bbfadc919bd5eb1791986adee9411bcb3 (patch)
tree8135310bf0492256354490d35c6fabcda07d5eff /hl/src/H5LDpublic.h
parent52d66262542f2bb91ee7eb5d2d82fe54876dea48 (diff)
downloadhdf5-74c80f0bbfadc919bd5eb1791986adee9411bcb3.zip
hdf5-74c80f0bbfadc919bd5eb1791986adee9411bcb3.tar.gz
hdf5-74c80f0bbfadc919bd5eb1791986adee9411bcb3.tar.bz2
Fix Doxygen warnings
Diffstat (limited to 'hl/src/H5LDpublic.h')
-rw-r--r--hl/src/H5LDpublic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hl/src/H5LDpublic.h b/hl/src/H5LDpublic.h
index 826da40..e42c8d8 100644
--- a/hl/src/H5LDpublic.h
+++ b/hl/src/H5LDpublic.h
@@ -38,7 +38,6 @@ extern "C" {
* - H5LDget_dset_dims()
* - H5LDget_dset_elmts()
* - H5LDget_dset_type_size()
- * .
*
* \par Example:
* See the example code in H5LDget_dset_elmts() for usage of this routine.
@@ -76,7 +75,6 @@ H5_HLDLL herr_t H5LDget_dset_dims(hid_t did, hsize_t *cur_dims);
* - H5LDget_dset_dims()
* - H5LDget_dset_elmts()
* - H5LDget_dset_type_size()
- * .
*
* \par Example:
* See the example code in H5LDget_dset_elmts() for usage of this routine.
@@ -129,7 +127,6 @@ H5_HLDLL size_t H5LDget_dset_type_size(hid_t did, const char *fields);
* - H5LDget_dset_dims()
* - H5LDget_dset_elmts()
* - H5LDget_dset_type_size()
- * .
*
* \par Examples:
*