summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2010-05-05 13:42:12 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2010-05-05 13:42:12 (GMT)
commitf2190dd264fb97dfb699888d20c4ab6c112e45aa (patch)
treec104d08791c3c82513b5d7110af10fa99e2a463c /c++
parentf20bd5f62411d6d45ce0dbea7ce9b45a022aa005 (diff)
downloadhdf5-f2190dd264fb97dfb699888d20c4ab6c112e45aa.zip
hdf5-f2190dd264fb97dfb699888d20c4ab6c112e45aa.tar.gz
hdf5-f2190dd264fb97dfb699888d20c4ab6c112e45aa.tar.bz2
[svn-r18703] Purpose: Fixed bug# 1783
Description: Corrected typo in documentation. Platforms tested: Linux/32 2.6 (jam) - very minor
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5Object.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/c++/src/H5Object.cpp b/c++/src/H5Object.cpp
index 4f3d6ed..d5fa62d 100644
--- a/c++/src/H5Object.cpp
+++ b/c++/src/H5Object.cpp
@@ -200,9 +200,11 @@ Attribute H5Object::openAttribute( const unsigned int idx ) const
/// zero if all attributes were processed
///\exception H5::AttributeIException
///\par Description
+/// The signature of user_op is
+/// void (*)(H5::H5Object&, std::string, void*).
/// For information, please refer to the C layer Reference Manual
/// at:
-/// http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Create2
+/// http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Iterate
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
int H5Object::iterateAttrs( attr_operator_t user_op, unsigned *_idx, void *op_data )