summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CommonFG.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2013-09-16 14:39:52 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2013-09-16 14:39:52 (GMT)
commitafb5fc5c35eaa01b086390ab8691aea49a4a93a4 (patch)
tree2ebf6c586677373ee31a45967952f51809e123d4 /c++/src/H5CommonFG.h
parent27ed849cad4c7e88a540a34f46e70acde04721da (diff)
downloadhdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.zip
hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.tar.gz
hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.tar.bz2
[svn-r24143] Description:
Fixed comments, documentation, and mis-matched DOXYGEN_SHOULD_SKIP_THIS pairs. Platforms tested: Linux/32 2.6 (jam) Regenerated and verified generated documentation.
Diffstat (limited to 'c++/src/H5CommonFG.h')
-rw-r--r--c++/src/H5CommonFG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5CommonFG.h b/c++/src/H5CommonFG.h
index 4f32d21..22e193a 100644
--- a/c++/src/H5CommonFG.h
+++ b/c++/src/H5CommonFG.h
@@ -152,7 +152,6 @@ class H5_DLLCPP CommonFG {
/// object id, i.e. file or group id.
virtual hid_t getLocId() const = 0;
-#endif // DOXYGEN_SHOULD_SKIP_THIS
/// For subclasses, H5File and Group, to throw appropriate exception.
virtual void throwException(const H5std_string& func_name, const H5std_string& msg) const = 0;
@@ -162,6 +161,7 @@ class H5_DLLCPP CommonFG {
// Noop destructor.
virtual ~CommonFG();
+#endif // DOXYGEN_SHOULD_SKIP_THIS
}; // end of CommonFG declaration