summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DcreatProp.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-13 02:08:12 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-13 02:08:12 (GMT)
commit6c789d291392a7cfdfd31f9f15a581b2e8a557d4 (patch)
tree4d3ddc0261378a3e6f37e61acca7b2a50c219d9f /c++/src/H5DcreatProp.h
parenta8afb3ab3b32b07611fb5932303dd0594a1c9658 (diff)
parent19d54162ce7e43f04572b7cea12695df11ba7bea (diff)
downloadhdf5-6c789d291392a7cfdfd31f9f15a581b2e8a557d4.zip
hdf5-6c789d291392a7cfdfd31f9f15a581b2e8a557d4.tar.gz
hdf5-6c789d291392a7cfdfd31f9f15a581b2e8a557d4.tar.bz2
Merge pull request #946 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit '19d54162ce7e43f04572b7cea12695df11ba7bea': Fixed typo Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly)
Diffstat (limited to 'c++/src/H5DcreatProp.h')
-rw-r--r--c++/src/H5DcreatProp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h
index 89318e8..9f54e8d 100644
--- a/c++/src/H5DcreatProp.h
+++ b/c++/src/H5DcreatProp.h
@@ -122,7 +122,7 @@ class H5_DLLCPP DSetCreatPropList : public ObjCreatPropList {
///\brief Returns this class name.
virtual H5std_string fromClass () const { return("DSetCreatPropList"); }
- // Copy constructor: creates a copy of a DSetCreatPropList object.
+ // Copy constructor - same as the original DSetCreatPropList.
DSetCreatPropList(const DSetCreatPropList& orig);
// Creates a copy of an existing dataset creation property list