diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-09-16 14:39:52 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-09-16 14:39:52 (GMT) |
commit | afb5fc5c35eaa01b086390ab8691aea49a4a93a4 (patch) | |
tree | 2ebf6c586677373ee31a45967952f51809e123d4 /c++/src/H5Location.h | |
parent | 27ed849cad4c7e88a540a34f46e70acde04721da (diff) | |
download | hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.zip hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.tar.gz hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.tar.bz2 |
[svn-r24143] Description:
Fixed comments, documentation, and mis-matched DOXYGEN_SHOULD_SKIP_THIS pairs.
Platforms tested:
Linux/32 2.6 (jam)
Regenerated and verified generated documentation.
Diffstat (limited to 'c++/src/H5Location.h')
-rw-r--r-- | c++/src/H5Location.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h index 8eae454..1f54439 100644 --- a/c++/src/H5Location.h +++ b/c++/src/H5Location.h @@ -106,7 +106,7 @@ class H5_DLLCPP H5Location : public IdComponent { void dereference(H5Object& obj, const void* ref, H5R_type_t ref_type = H5R_OBJECT); void dereference(Attribute& attr, const void* ref, H5R_type_t ref_type = H5R_OBJECT); - // For subclasses. + ///\brief Returns an identifier. (pure virtual) virtual hid_t getId() const = 0; protected: |