summaryrefslogtreecommitdiffstats
path: root/src/H5Lpublic.h
diff options
context:
space:
mode:
authorGerd Heber <gheber@hdfgroup.org>2021-12-04 00:54:24 (GMT)
committerGitHub <noreply@github.com>2021-12-04 00:54:24 (GMT)
commit63835409d7e62539cdf25047f5ffb9b88fb252e4 (patch)
treec5d721b29118bf5595f37728ce1aff062fcb848f /src/H5Lpublic.h
parent9f128f4f5734629825f06dffaf6194aa4a6b70c9 (diff)
downloadhdf5-63835409d7e62539cdf25047f5ffb9b88fb252e4.zip
hdf5-63835409d7e62539cdf25047f5ffb9b88fb252e4.tar.gz
hdf5-63835409d7e62539cdf25047f5ffb9b88fb252e4.tar.bz2
Fixed minor issues. (#1257)
* Fixed minor issues. * Whoops. Forgot to commit these. * CMake update. * One more time.
Diffstat (limited to 'src/H5Lpublic.h')
-rw-r--r--src/H5Lpublic.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Lpublic.h b/src/H5Lpublic.h
index be0d065..82f5f16 100644
--- a/src/H5Lpublic.h
+++ b/src/H5Lpublic.h
@@ -1248,7 +1248,7 @@ H5_DLL herr_t H5Lcreate_ud(hid_t link_loc_id, const char *link_name, H5L_type_t
* Remaining \c struct members are optional and may be passed as NULL.
*
* The link class passed in \c class_id must be in the user-definable
- * range between #H5L_TYPE_UD_MIN and #H5L_TYPE_UD_MAX
+ * range between #H5L_TYPE_UD_MIN and #H5L_TYPE_MAX
* (see the table below) and will override
* any existing link class with that identifier.
*
@@ -1294,7 +1294,7 @@ H5_DLL herr_t H5Lcreate_ud(hid_t link_loc_id, const char *link_name, H5L_type_t
* <tr>
* <td>255</td>
* <td>Maximum user-defined value</td>
- * <td>#H5L_TYPE_UD_MAX</td>
+ * <td>#H5L_TYPE_MAX</td>
* </tr>
* <tr>
* <td>255</td>
@@ -1349,7 +1349,6 @@ H5_DLL herr_t H5Lcreate_ud(hid_t link_loc_id, const char *link_name, H5L_type_t
* \li #H5L_TYPE_MAX is the maximum allowed value for a link type
* identifier.
* \li #H5L_TYPE_UD_MIN equals #H5L_TYPE_EXTERNAL.
- * \li #H5L_TYPE_UD_MAX equals #H5L_TYPE_MAX.
* \li #H5L_TYPE_ERROR indicates that an error has occurred.
*
* \note \Bold{Registration with The HDF Group:}\n