summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Group.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Group.h')
-rw-r--r--c++/src/H5Group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5Group.h b/c++/src/H5Group.h
index 244f99e..0d26b27 100644
--- a/c++/src/H5Group.h
+++ b/c++/src/H5Group.h
@@ -18,11 +18,11 @@
#define __H5Group_H
namespace H5 {
+
/*! \class Group
\brief Class Group represents an HDF5 group.
-
- Inheritance: CommonFG/H5Object -> H5Location -> IdComponent
*/
+// Inheritance: CommonFG/H5Object -> H5Location -> IdComponent
class H5_DLLCPP Group : public H5Object, public CommonFG {
public:
// Close this group.