diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-03-13 00:39:20 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-03-13 00:39:20 (GMT) |
commit | 2d4d39d15763042661347e5a16de6cf154537dda (patch) | |
tree | d1637eafc7590111c8e453d617838e92e81c27ec /c++/src/H5DcreatProp.h | |
parent | b638bbd74b79f935a43aa6a804492e035ec315f6 (diff) | |
download | hdf5-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/H5DcreatProp.h')
-rw-r--r-- | c++/src/H5DcreatProp.h | 2 |
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 |