summaryrefslogtreecommitdiffstats
path: root/c++/src/H5LcreatProp.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-28 13:00:32 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-28 13:00:32 (GMT)
commit4578eb0fc128fc4316c9f5b5a03228586e0bc96b (patch)
tree8065fd4a140a1f95928f885f5d4611b067233b65 /c++/src/H5LcreatProp.cpp
parentf5551a9602c0b07569cb4eabe1cc98474f158d1a (diff)
downloadhdf5-4578eb0fc128fc4316c9f5b5a03228586e0bc96b.zip
hdf5-4578eb0fc128fc4316c9f5b5a03228586e0bc96b.tar.gz
hdf5-4578eb0fc128fc4316c9f5b5a03228586e0bc96b.tar.bz2
Fixed document format
Platforms tested: Linux/64 (jelly) (only in comment sections)
Diffstat (limited to 'c++/src/H5LcreatProp.cpp')
-rw-r--r--c++/src/H5LcreatProp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5LcreatProp.cpp b/c++/src/H5LcreatProp.cpp
index 8bece44..695c1fe 100644
--- a/c++/src/H5LcreatProp.cpp
+++ b/c++/src/H5LcreatProp.cpp
@@ -105,6 +105,7 @@ LinkCreatPropList::LinkCreatPropList(const hid_t plist_id) : PropList(plist_id)
//--------------------------------------------------------------------------
// Function: LinkCreatPropList::setCharEncoding
///\brief Sets the character encoding of the string.
+///
///\exception H5::PropListIException
// March, 2018
//--------------------------------------------------------------------------
@@ -121,6 +122,7 @@ void LinkCreatPropList::setCharEncoding(H5T_cset_t encoding) const
//--------------------------------------------------------------------------
// Function: LinkCreatPropList::getCharEncoding
///\brief Gets the character encoding of the string.
+///\return The character encoding
///\exception H5::PropListIException
// March, 2018
//--------------------------------------------------------------------------