[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

@@ -65,7 +65,7 @@ class H5_DLLCPP IdComponent {
// <class-name> is returned by fromClass().
H5std_string inMemFunc(const char* func_name) const;
// Returns this class name.
///\brief Returns this class name.
virtual H5std_string fromClass() const { return("IdComponent");}
#endif // DOXYGEN_SHOULD_SKIP_THIS