diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-14 04:25:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 04:25:07 (GMT) |
commit | 4d2b244e73f108676d4514c9332180e63cf52e52 (patch) | |
tree | 5221c9029abf8296fb2db9b6df65e0055dd35278 /c++ | |
parent | 47fb7b8bc7da7db75e11f1234465fae7fac6827e (diff) | |
download | hdf5-4d2b244e73f108676d4514c9332180e63cf52e52.zip hdf5-4d2b244e73f108676d4514c9332180e63cf52e52.tar.gz hdf5-4d2b244e73f108676d4514c9332180e63cf52e52.tar.bz2 |
Add H5P doxygen chapter (#1762)
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5Location.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5Location.cpp b/c++/src/H5Location.cpp index 98da713..89e4fe1 100644 --- a/c++/src/H5Location.cpp +++ b/c++/src/H5Location.cpp @@ -1323,7 +1323,7 @@ H5Location::copyLink(const H5std_string &src_name, const H5std_string &dst_name, ///\note /// Exercise care in moving groups as it is possible to render /// data in a file inaccessible with H5Location::moveLink. Please refer -/// to the Group Interface in the HDF5 User's Guide for details. +/// to the Group Interface in the HDF5 User Guide for details. // March, 2018 //-------------------------------------------------------------------------- void @@ -1366,7 +1366,7 @@ H5Location::moveLink(const H5std_string &src_name, const Group &dst, const H5std ///\note /// Exercise care in moving groups as it is possible to render /// data in a file inaccessible with H5Location::moveLink. Please refer -/// to the Group Interface in the HDF5 User's Guide for details. +/// to the Group Interface in the HDF5 User Guide for details. // March, 2018 //-------------------------------------------------------------------------- void @@ -1406,7 +1406,7 @@ H5Location::moveLink(const H5std_string &src_name, const H5std_string &dst_name, ///\note /// Exercise care in moving groups as it is possible to render /// data in a file inaccessible with H5Location::move. Please refer -/// to the Group Interface in the HDF5 User's Guide for details. +/// to the Group Interface in the HDF5 User Guide for details. // Modification // 2007: QAK modified to use H5L APIs - BMR // 2018: Will be replaced by H5Location::moveLink() -BMR |