From f2190dd264fb97dfb699888d20c4ab6c112e45aa Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Wed, 5 May 2010 08:42:12 -0500 Subject: [svn-r18703] Purpose: Fixed bug# 1783 Description: Corrected typo in documentation. Platforms tested: Linux/32 2.6 (jam) - very minor --- c++/src/H5Object.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ) -- cgit v0.12