summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-21 17:44:08 (GMT)
committerGitHub <noreply@github.com>2022-07-21 17:44:08 (GMT)
commitd7fa8972dd9503b822a2d9feb0584059d8f75a68 (patch)
treeb957c7c74437663c5e21c83c23b4d78aa5899baf /hl
parent3a079e839099e1fbc6cbe5e6510606c25583a96e (diff)
downloadhdf5-d7fa8972dd9503b822a2d9feb0584059d8f75a68.zip
hdf5-d7fa8972dd9503b822a2d9feb0584059d8f75a68.tar.gz
hdf5-d7fa8972dd9503b822a2d9feb0584059d8f75a68.tar.bz2
Port UG chapter 2 and fix LD bad ref warning (#1921)
Diffstat (limited to 'hl')
-rw-r--r--hl/src/H5LDpublic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hl/src/H5LDpublic.h b/hl/src/H5LDpublic.h
index e42c8d8..611fcc5 100644
--- a/hl/src/H5LDpublic.h
+++ b/hl/src/H5LDpublic.h
@@ -34,7 +34,7 @@ extern "C" {
* It will return failure if \p cur_dims is NULL.
*
* \note See Also:
- * \note Dataset Watch functions (used with \ref h5watch):
+ * \note Dataset Watch functions (used with h5watch):
* - H5LDget_dset_dims()
* - H5LDget_dset_elmts()
* - H5LDget_dset_type_size()
@@ -71,7 +71,7 @@ H5_HLDLL herr_t H5LDget_dset_dims(hid_t did, hsize_t *cur_dims);
* conflict with these two separators.
*
* \note See Also:
- * \note Dataset Watch functions (used with \ref h5watch):
+ * \note Dataset Watch functions (used with h5watch):
* - H5LDget_dset_dims()
* - H5LDget_dset_elmts()
* - H5LDget_dset_type_size()
@@ -123,7 +123,7 @@ H5_HLDLL size_t H5LDget_dset_type_size(hid_t did, const char *fields);
* two separators.
*
* \note See Also:
- * \note Dataset Watch functions (used with \ref h5watch):
+ * \note Dataset Watch functions (used with h5watch):
* - H5LDget_dset_dims()
* - H5LDget_dset_elmts()
* - H5LDget_dset_type_size()