[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:
Binh-Minh Ribler 2004-05-24 22:57:08 -05:00
parent 02a1c32b1f
commit 2105f023a5

View File

@ -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();