[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
This commit is contained in:
@@ -235,6 +235,7 @@ void DSetMemXferPropList::setVlenMemManager( H5MM_allocate_t alloc_func, void* a
|
||||
// Function: DSetMemXferPropList::setVlenMemManager
|
||||
///\brief Sets the memory manager for variable-length datatype
|
||||
/// allocation - system \c malloc and \c free will be used.
|
||||
///
|
||||
///\exception H5::PropListIException
|
||||
// Programmer: Binh-Minh Ribler - 2000
|
||||
//--------------------------------------------------------------------------
|
||||
@@ -342,6 +343,7 @@ hsize_t DSetMemXferPropList::getSmallDataBlockSize()
|
||||
//--------------------------------------------------------------------------
|
||||
// Function: DSetMemXferPropList::setHyperVectorSize
|
||||
///\brief Sets number of I/O vectors to be read/written in hyperslab I/O.
|
||||
///
|
||||
///\exception H5::PropListIException
|
||||
///\par Description
|
||||
/// For information, please refer to the C layer Reference
|
||||
|
||||
Reference in New Issue
Block a user