summaryrefslogtreecommitdiffstats
path: root/c++/src
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-31 19:14:58 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-31 19:14:58 (GMT)
commitdbeb06192f67cc5fbc6ef6b993129cdc5f97ddf4 (patch)
tree6a94b64c56ccaa70dd06ef4e80f36a7b63235a91 /c++/src
parentc8c860d970e98eeedbf7ff2e34d65396b5a2f0a5 (diff)
downloadhdf5-dbeb06192f67cc5fbc6ef6b993129cdc5f97ddf4.zip
hdf5-dbeb06192f67cc5fbc6ef6b993129cdc5f97ddf4.tar.gz
hdf5-dbeb06192f67cc5fbc6ef6b993129cdc5f97ddf4.tar.bz2
Cleanup documentation.
Diffstat (limited to 'c++/src')
-rw-r--r--c++/src/H5Group.cpp10
1 files 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