summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataType.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/H5DataType.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/H5DataType.cpp')
-rw-r--r--c++/src/H5DataType.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/src/H5DataType.cpp b/c++/src/H5DataType.cpp
index bb27d47..081cc03 100644
--- a/c++/src/H5DataType.cpp
+++ b/c++/src/H5DataType.cpp
@@ -281,6 +281,7 @@ hid_t DataType::p_decode() const
// Function: DataType::decode
///\brief Returns a DataType instance by decoding the binary object
/// description of this datatype.
+///
///\exception H5::DataTypeIException
// Programmer Binh-Minh Ribler - Aug 2017
//--------------------------------------------------------------------------
@@ -301,6 +302,7 @@ DataType* DataType::decode() const
//--------------------------------------------------------------------------
// Function: DataType::encode
///\brief Creates a binary object description of this datatype.
+///
///\exception H5::DataTypeIException
// Programmer Binh-Minh Ribler - Aug 2017
//--------------------------------------------------------------------------
@@ -333,6 +335,7 @@ void DataType::encode()
// Function: DataType::hasBinaryDesc
///\brief Determines whether this datatype has a binary object
/// description.
+///
///\exception H5::DataTypeIException
// Programmer Binh-Minh Ribler - Aug 2017
//--------------------------------------------------------------------------