summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-10-05 19:27:12 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-10-05 19:27:12 (GMT)
commitdd75930ef16b36644111f6e584b11388b63b43c9 (patch)
treeaea3fb75749ea098572d2487db05541c510a0ea0 /c++/src/H5Location.cpp
parentd274e32483d91c9c3f557c26c61e41988c6cf07e (diff)
parent5ce95205ca31db38e710ea55f97b3d0b28795ee4 (diff)
downloadhdf5-dd75930ef16b36644111f6e584b11388b63b43c9.zip
hdf5-dd75930ef16b36644111f6e584b11388b63b43c9.tar.gz
hdf5-dd75930ef16b36644111f6e584b11388b63b43c9.tar.bz2
Merge pull request #694 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '5ce95205ca31db38e710ea55f97b3d0b28795ee4': Added C2Cppfunction_map.mht Miscellaneous code cleanup Description: - Added a single page html file, C2Cppfunction_map.mht, that shows the current mapping of C APIs to C++ member functions. This page can be reached from the main page of the C++ reference manual. - Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_FILES. - Miscellaneous improvements in comments, including updating URLs. - Removed deprecated H5Location and H5Object constructors that take an existing ID.
Diffstat (limited to 'c++/src/H5Location.cpp')
-rw-r--r--c++/src/H5Location.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5Location.cpp b/c++/src/H5Location.cpp
index 3af9d10..ab09305 100644
--- a/c++/src/H5Location.cpp
+++ b/c++/src/H5Location.cpp
@@ -87,7 +87,7 @@ H5Location::H5Location() : IdComponent() {}
Notes for H5A wrappers
======================
May, 2017 (1.8.19)
- These H5A wrappers are copied from H5Object to prevent an attribute
+ These H5A wrappers are copied to H5Object to prevent an attribute
id being passed in to H5A APIs. The original H5A wrapper functions
here will be deprecated in future releases.
@@ -218,7 +218,7 @@ Attribute H5Location::openAttribute(const unsigned int idx) const
/// void (*)(H5::H5Location&, H5std_string, void*).
/// For information, please refer to the C layer Reference Manual
/// at:
-/// http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Iterate
+/// https://support.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Iterate
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
int H5Location::iterateAttrs(attr_operator_t user_op, unsigned *_idx, void *op_data)