summaryrefslogtreecommitdiffstats
path: root/hl/src/H5DSpublic.h
diff options
context:
space:
mode:
authorvchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com>2022-07-14 16:32:09 (GMT)
committerGitHub <noreply@github.com>2022-07-14 16:32:09 (GMT)
commitc835d16a597982d72bc160a96f2218a20f9dd010 (patch)
tree9681ccbc4d3f2367b78c86b985f5c96954e917e5 /hl/src/H5DSpublic.h
parent385ae6ac5b729e9eaf076bd13424108e168fbf2d (diff)
downloadhdf5-c835d16a597982d72bc160a96f2218a20f9dd010.zip
hdf5-c835d16a597982d72bc160a96f2218a20f9dd010.tar.gz
hdf5-c835d16a597982d72bc160a96f2218a20f9dd010.tar.bz2
Remove superfluous dot from hl doxygen. (#1891)
Co-authored-by: vchoi <vchoi@jelly.ad.hdfgroup.org>
Diffstat (limited to 'hl/src/H5DSpublic.h')
-rw-r--r--hl/src/H5DSpublic.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/hl/src/H5DSpublic.h b/hl/src/H5DSpublic.h
index 1dd0781..77dd64b 100644
--- a/hl/src/H5DSpublic.h
+++ b/hl/src/H5DSpublic.h
@@ -72,7 +72,6 @@ extern "C" {
* - \ref H5DSset_scale
* \n Convert dataset dsid to a dimension scale,
* with optional name, dimname.
- * .
*
*/
@@ -153,7 +152,6 @@ H5_HLDLL herr_t H5DSattach_scale(hid_t did, hid_t dsid, unsigned int idx);
* - The dataset \p did or \p dsid do not exist
* - The \p dsid is not a Dimension Scale
* - \p dsid is not attached to \p did
- * .
*
* \note A scale may be associated with more than dimension of the
* same dataset. If so, the detach operation only deletes one
@@ -190,7 +188,6 @@ H5_HLDLL herr_t H5DSdetach_scale(hid_t did, hid_t dsid, unsigned int idx);
* - Bad arguments
* - If \p dsid is already a scale
* - If \p dsid is a dataset which already has dimension scales
- * .
*
* If the dataset was created with the Table, Image, or Palette interface [9],
* it is not recommended to convert to a Dimension Scale.
@@ -240,7 +237,7 @@ H5_HLDLL int H5DSget_num_scales(hid_t did, unsigned int idx);
*
* Fails if:
* - Bad arguments
- * .
+ *
*/
H5_HLDLL herr_t H5DSset_label(hid_t did, unsigned int idx, const char *label);
@@ -270,7 +267,7 @@ H5_HLDLL herr_t H5DSset_label(hid_t did, unsigned int idx, const char *label);
*
* Fails if:
* - Bad arguments
- * .
+ *
*/
H5_HLDLL ssize_t H5DSget_label(hid_t did, unsigned int idx, char *label, size_t size);
@@ -372,7 +369,6 @@ H5_HLDLL htri_t H5DSis_scale(hid_t did);
* - Negative causes the iterator to immediately return
* that value, indicating failure. The iterator can be
* restarted at the next group member.
- * .
*
* H5DSiterate_scales() assumes that the scales of the
* dimension identified by \p dim remain unchanged through
@@ -403,7 +399,6 @@ H5_HLDLL herr_t H5DSiterate_scales(hid_t did, unsigned int dim, int *idx, H5DS_i
* - If \p dsid is not a Dimension Scale
* - The \p dsid is not a Dimension Scale
* - If \p did is a Dimension Scale (A Dimension Scale cannot have scales.)
- * .
*
*/
H5_HLDLL htri_t H5DSis_attached(hid_t did, hid_t dsid, unsigned int idx);