summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataType.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-05-29 22:26:56 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-05-29 22:26:56 (GMT)
commit3c48d3637b4c742dc960bb641efc8681686a90d3 (patch)
tree7f45d59a7ad884440bd03d85923918494c3e3bef /c++/src/H5DataType.cpp
parente5e38a376000cd84b683d88310c2bb80514ffd6d (diff)
downloadhdf5-3c48d3637b4c742dc960bb641efc8681686a90d3.zip
hdf5-3c48d3637b4c742dc960bb641efc8681686a90d3.tar.gz
hdf5-3c48d3637b4c742dc960bb641efc8681686a90d3.tar.bz2
[svn-r10825] Purpose: Fix RM bug
Description: Doxygen 1.4.2 has a bug that when an \exception immediately follows a \brief, the exception will be displayed prominently in the brief section. Solution: Temporarily added /// to after \brief to work around this problem and notified the Doxygen's author. Platforms tested: Linux 2.4 (heping) - only in documentation sections
Diffstat (limited to 'c++/src/H5DataType.cpp')
-rw-r--r--c++/src/H5DataType.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5DataType.cpp b/c++/src/H5DataType.cpp
index c6e7560..6e5d584 100644
--- a/c++/src/H5DataType.cpp
+++ b/c++/src/H5DataType.cpp
@@ -267,6 +267,7 @@ void DataType::convert( const DataType& dest, size_t nelmts, void *buf, void *ba
//--------------------------------------------------------------------------
// Function: DataType::lock
///\brief Locks a datatype, making it read-only and non-destructible.
+///
///\exception H5::DataTypeIException
///\par Descrition
/// This is normally done by the library for predefined data
@@ -600,6 +601,7 @@ DataSpace DataType::getRegion(void *ref, H5R_type_t ref_type) const
//--------------------------------------------------------------------------
// Function: DataType::close
///\brief Closes the datatype if it is not a predefined type.
+///
///\exception H5::DataTypeIException
// Programmer Binh-Minh Ribler - Mar 9, 2005
//--------------------------------------------------------------------------