diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-21 02:56:50 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-21 02:56:50 (GMT) |
commit | 44626957a67f333369506cc32d42e95977600fd7 (patch) | |
tree | 9a48bffdb76a37903c18316815a50c933d8eb368 /c++/src/H5Location.h | |
parent | d8199a74ee5251be30b72d1b50a855192650c9d1 (diff) | |
download | hdf5-44626957a67f333369506cc32d42e95977600fd7.zip hdf5-44626957a67f333369506cc32d42e95977600fd7.tar.gz hdf5-44626957a67f333369506cc32d42e95977600fd7.tar.bz2 |
Description:
Fixed typos and missing items in function headers, that were revealed
by Doxygen, and revised various comments.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5Location.h')
-rw-r--r-- | c++/src/H5Location.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h index 3a0d8ca..48fc2b1 100644 --- a/c++/src/H5Location.h +++ b/c++/src/H5Location.h @@ -86,6 +86,7 @@ class H5_DLLCPP H5Location : public IdComponent { // Open a referenced object whose location is specified by either // a file, an HDF5 object, or an attribute. void dereference(const H5Location& loc, const void* ref, H5R_type_t ref_type = H5R_OBJECT, const PropList& plist = PropList::DEFAULT); + // Removed in 1.10.1, because H5Location is baseclass //void dereference(const Attribute& attr, const void* ref, H5R_type_t ref_type = H5R_OBJECT, const PropList& plist = PropList::DEFAULT); // Retrieves a dataspace with the region pointed to selected. |