mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r8570] Purpose:
Add/Correct documentation - this file was left out by mistake from this checkin. Description: Added doxygen documentation to: Exception.cpp H5CompType.cpp H5FcreatProp.cpp and corrected some typos in comments for: H5AbstractDs.cpp H5EnumType.cpp H5File.cpp Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) Misc. update:
This commit is contained in:
parent
02a1c32b1f
commit
2105f023a5
@ -52,7 +52,7 @@ class H5_DLLCPP Exception {
|
||||
const char* getCFuncName() const; // function name as a char string
|
||||
|
||||
// Turns on the automatic error printing.
|
||||
static void setAutoPrint( H5E_auto_t func, void* client_data);
|
||||
static void setAutoPrint( H5E_auto_t& func, void* client_data);
|
||||
|
||||
// Turns off the automatic error printing.
|
||||
static void dontPrint();
|
||||
|
Loading…
Reference in New Issue
Block a user