summaryrefslogtreecommitdiffstats
path: root/c++/src/H5AtomType.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-13 00:39:20 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-13 00:39:20 (GMT)
commit2d4d39d15763042661347e5a16de6cf154537dda (patch)
treed1637eafc7590111c8e453d617838e92e81c27ec /c++/src/H5AtomType.cpp
parentb638bbd74b79f935a43aa6a804492e035ec315f6 (diff)
downloadhdf5-2d4d39d15763042661347e5a16de6cf154537dda.zip
hdf5-2d4d39d15763042661347e5a16de6cf154537dda.tar.gz
hdf5-2d4d39d15763042661347e5a16de6cf154537dda.tar.bz2
Fixed documentation
Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly)
Diffstat (limited to 'c++/src/H5AtomType.cpp')
-rw-r--r--c++/src/H5AtomType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5AtomType.cpp b/c++/src/H5AtomType.cpp
index 5c24cf9..a9f6f36 100644
--- a/c++/src/H5AtomType.cpp
+++ b/c++/src/H5AtomType.cpp
@@ -47,7 +47,7 @@ AtomType::AtomType(const hid_t existing_id) : DataType(existing_id) {}
//--------------------------------------------------------------------------
// Function: AtomType copy constructor
-///\brief Copy constructor: makes a copy of the original AtomType object.
+///\brief Copy constructor: same HDF5 object as \a original
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
AtomType::AtomType(const AtomType& original) : DataType(original) {}