summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Library.cpp
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-10-26 18:31:55 (GMT)
committerlrknox <lrknox>2016-10-26 18:31:55 (GMT)
commit12baa260d6602ac8fe69b03b4eecfd487b58fb28 (patch)
tree6f0a4dd498ab639e53e086927c54673e02064993 /c++/src/H5Library.cpp
parentdcdcfc3fd833da3127a06f4e3594bab73bbe4b22 (diff)
parent70ff6dc7de50603ea2746440884a028ef8c855e0 (diff)
downloadhdf5-12baa260d6602ac8fe69b03b4eecfd487b58fb28.zip
hdf5-12baa260d6602ac8fe69b03b4eecfd487b58fb28.tar.gz
hdf5-12baa260d6602ac8fe69b03b4eecfd487b58fb28.tar.bz2
Merge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
Diffstat (limited to 'c++/src/H5Library.cpp')
-rw-r--r--c++/src/H5Library.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5Library.cpp b/c++/src/H5Library.cpp
index 65f1f00..c8209e5 100644
--- a/c++/src/H5Library.cpp
+++ b/c++/src/H5Library.cpp
@@ -252,10 +252,12 @@ void H5Library::setFreeListLimits(int reg_global_lim, int reg_list_lim,
}
}
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
// Default constructor - private
H5Library::H5Library(){}
// Destructor - private
H5Library::~H5Library(){}
+#endif // DOXYGEN_SHOULD_SKIP_THIS
} // end namespace