Fixed documentation
Description:
- Updated the description of copy constructor for clarification.
- Removed unnecessary comments.
Platforms tested:
Linux/64 (jelly)
This commit is contained in:
@@ -93,7 +93,7 @@ class H5_DLLCPP DataSet : public H5Object, public AbstractDs {
|
||||
// Default constructor.
|
||||
DataSet();
|
||||
|
||||
// Copy constructor.
|
||||
// Copy constructor - same as the original DataSet.
|
||||
DataSet(const DataSet& original);
|
||||
|
||||
// Creates a copy of an existing DataSet using its id.
|
||||
|
||||
Reference in New Issue
Block a user