From 2105f023a5b7ec0bf6cdf35c84d687b1e46b8027 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Mon, 24 May 2004 22:57:08 -0500 Subject: [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: --- c++/src/H5Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h index 5a86b31..073827e 100644 --- a/c++/src/H5Exception.h +++ b/c++/src/H5Exception.h @@ -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(); -- cgit v0.12