diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-04-22 23:50:33 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-04-22 23:50:33 (GMT) |
commit | 3bc708078c6da432e68d7c8cda695ad7b794c860 (patch) | |
tree | 1d17647fd4a38a495e82e399d090255c9108b0c0 | |
parent | c3d7708e53ae0e7dade4a99f0e43944560e4fff0 (diff) | |
download | hdf5-3bc708078c6da432e68d7c8cda695ad7b794c860.zip hdf5-3bc708078c6da432e68d7c8cda695ad7b794c860.tar.gz hdf5-3bc708078c6da432e68d7c8cda695ad7b794c860.tar.bz2 |
Added more info to the function headers.
-rw-r--r-- | c++/src/H5LcreatProp.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/c++/src/H5LcreatProp.cpp b/c++/src/H5LcreatProp.cpp index 5c61e68..bde9339 100644 --- a/c++/src/H5LcreatProp.cpp +++ b/c++/src/H5LcreatProp.cpp @@ -106,7 +106,8 @@ LinkCreatPropList::LinkCreatPropList(const hid_t plist_id) : PropList(plist_id) // Function: LinkCreatPropList::setCreateIntermediateGroup ///\brief Specifies in property list whether to create missing /// intermediate groups. -/// +///\param crt_intmd_group - IN: Flag specifying whether to create +/// intermediate groups upon the creation of an object ///\exception H5::PropListIException // April, 2019 //-------------------------------------------------------------------------- @@ -124,7 +125,7 @@ void LinkCreatPropList::setCreateIntermediateGroup(bool crt_intmd_group) const // Function: LinkCreatPropList::getCreateIntermediateGroup ///\brief Determines whether property is set to enable creating missing /// intermediate groups. -/// +///\return true if creating intermediate groups is enabled, and false, otherwise ///\exception H5::PropListIException // April, 2019 //-------------------------------------------------------------------------- |