[svn-r15998] Description:

Fixed various comments/headers to update the C++ reference manual.

Platforms tested:
    Linux 2.6 (kagiso) - to make certain no typo introduced
This commit is contained in:
Binh-Minh Ribler
2008-10-30 14:05:47 -05:00
parent b3e7158c54
commit 2cfa680366
39 changed files with 155 additions and 152 deletions

View File

@@ -107,7 +107,7 @@ class H5_DLLCPP DSetCreatPropList : public PropList {
// Sets SZIP compression method.
void setSzip(unsigned int options_mask, unsigned int pixels_per_block) const;
// Returns this class name
///\brief Returns this class name
virtual H5std_string fromClass () const { return("DSetCreatPropList"); }
// Copy constructor: creates a copy of a DSetCreatPropList object.