[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:
@@ -142,6 +142,7 @@ void FileCreatPropList::setSizes( size_t sizeof_addr, size_t sizeof_size ) const
|
||||
// Function: FileCreatPropList::getSizes
|
||||
///\brief Retrieves the size of the offsets and lengths used in an
|
||||
/// HDF5 file.
|
||||
///
|
||||
///\exception H5::PropListIException
|
||||
// Programmer Binh-Minh Ribler - 2000
|
||||
//--------------------------------------------------------------------------
|
||||
@@ -181,6 +182,7 @@ void FileCreatPropList::setSymk( unsigned ik, unsigned lk ) const
|
||||
// Function: FileCreatPropList::getSymk
|
||||
///\brief Retrieves the size of the symbol table B-tree 1/2 rank and
|
||||
/// the symbol table leaf node 1/2 size.
|
||||
///
|
||||
///\exception H5::PropListIException
|
||||
///\par Description
|
||||
/// For information, please see
|
||||
|
||||
Reference in New Issue
Block a user