summaryrefslogtreecommitdiffstats
path: root/c++/src/H5File.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/H5File.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/H5File.h')
-rw-r--r--c++/src/H5File.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h
index cfb6bdf..f906de6 100644
--- a/c++/src/H5File.h
+++ b/c++/src/H5File.h
@@ -100,13 +100,12 @@ class H5_DLLCPP H5File : public H5Location, public CommonFG {
private:
hid_t id; // HDF5 file id
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
-
// This function is private and contains common code between the
// constructors taking a string or a char*
void p_get_file( const char* name, unsigned int flags, const FileCreatPropList& create_plist, const FileAccPropList& access_plist );
protected:
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
// Sets the HDF5 file id.
virtual void p_setId(const hid_t new_id);