From 3bc708078c6da432e68d7c8cda695ad7b794c860 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Mon, 22 Apr 2019 18:50:33 -0500 Subject: Added more info to the function headers. --- c++/src/H5LcreatProp.cpp | 5 +++-- 1 file 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 //-------------------------------------------------------------------------- -- cgit v0.12