From dbeb06192f67cc5fbc6ef6b993129cdc5f97ddf4 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Wed, 31 May 2017 14:14:58 -0500 Subject: Cleanup documentation. --- c++/src/H5Group.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/c++/src/H5Group.cpp b/c++/src/H5Group.cpp index 587c7b7..00a69d6 100644 --- a/c++/src/H5Group.cpp +++ b/c++/src/H5Group.cpp @@ -97,11 +97,11 @@ Group::Group(const H5Location& loc, const void* ref, H5R_type_t ref_type) : H5Ob //-------------------------------------------------------------------------- // Function: Group overload constructor - dereference -///\brief Given a reference, ref, to an hdf5 group, creates a Group object -///\param attr - IN: Specifying location where the referenced object is in -///\param ref - IN: Reference pointer -///\param ref_type - IN: Reference type - default to H5R_OBJECT -///\exception H5::ReferenceException +// Purpose Given a reference, ref, to an hdf5 group, creates a Group object +// \param attr - IN: Specifying location where the referenced object is in +// \param ref - IN: Reference pointer +// \param ref_type - IN: Reference type - default to H5R_OBJECT +// \exception H5::ReferenceException // Programmer Binh-Minh Ribler - Oct, 2006 // Modification // May, 2017 -- cgit v0.12