diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-05-29 22:26:56 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-05-29 22:26:56 (GMT) |
commit | 3c48d3637b4c742dc960bb641efc8681686a90d3 (patch) | |
tree | 7f45d59a7ad884440bd03d85923918494c3e3bef /c++/src/H5FaccProp.cpp | |
parent | e5e38a376000cd84b683d88310c2bb80514ffd6d (diff) | |
download | hdf5-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/H5FaccProp.cpp')
-rw-r--r-- | c++/src/H5FaccProp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5FaccProp.cpp b/c++/src/H5FaccProp.cpp index 3e8446a..ec7d7be 100644 --- a/c++/src/H5FaccProp.cpp +++ b/c++/src/H5FaccProp.cpp @@ -55,6 +55,7 @@ FileAccPropList::FileAccPropList(const hid_t plist_id) : PropList(plist_id) {} //-------------------------------------------------------------------------- // Function: FileAccPropList::setStdio ///\brief Modifies this property list to use the \c H5FD_STDIO driver. +/// ///\exception H5::PropListIException // Programmer: Binh-Minh Ribler - April, 2004 //-------------------------------------------------------------------------- @@ -449,6 +450,7 @@ void FileAccPropList::setLog(const string& logfile, unsigned flags, size_t buf_s // Function: FileAccPropList::setSec2 ///\brief Modifies this file access property list to use the sec2 /// driver. +/// ///\exception H5::PropListIException // Programmer: Binh-Minh Ribler - April, 2004 //-------------------------------------------------------------------------- |