summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Library.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-10-05 19:27:12 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-10-05 19:27:12 (GMT)
commitdd75930ef16b36644111f6e584b11388b63b43c9 (patch)
treeaea3fb75749ea098572d2487db05541c510a0ea0 /c++/src/H5Library.cpp
parentd274e32483d91c9c3f557c26c61e41988c6cf07e (diff)
parent5ce95205ca31db38e710ea55f97b3d0b28795ee4 (diff)
downloadhdf5-dd75930ef16b36644111f6e584b11388b63b43c9.zip
hdf5-dd75930ef16b36644111f6e584b11388b63b43c9.tar.gz
hdf5-dd75930ef16b36644111f6e584b11388b63b43c9.tar.bz2
Merge pull request #694 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '5ce95205ca31db38e710ea55f97b3d0b28795ee4': Added C2Cppfunction_map.mht Miscellaneous code cleanup Description: - Added a single page html file, C2Cppfunction_map.mht, that shows the current mapping of C APIs to C++ member functions. This page can be reached from the main page of the C++ reference manual. - Updated doxygen config file: C2Cppfunction_map.mht to HTML_EXTRA_FILES. - Miscellaneous improvements in comments, including updating URLs. - Removed deprecated H5Location and H5Object constructors that take an existing ID.
Diffstat (limited to 'c++/src/H5Library.cpp')
-rw-r--r--c++/src/H5Library.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5Library.cpp b/c++/src/H5Library.cpp
index d60312c..cedb74c 100644
--- a/c++/src/H5Library.cpp
+++ b/c++/src/H5Library.cpp
@@ -111,7 +111,7 @@ void H5Library::getLibVersion(unsigned& majnum, unsigned& minnum, unsigned& reln
///\par Description
/// For information about library version, please refer to
/// the C layer Reference Manual at:
-/// http://www.hdfgroup.org/HDF5/doc/RM/RM_H5.html#Library-VersCheck
+/// https://support.hdfgroup.org/HDF5/doc/RM/RM_H5.html#Library-VersCheck
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
void H5Library::checkVersion(unsigned majnum, unsigned minnum, unsigned relnum)
@@ -242,7 +242,7 @@ void H5Library::termH5cpp()
/// Setting a value of -1 for a limit means no limit of that type.
/// For more information on free list limits, please refer to C
/// layer Reference Manual at:
-/// http://www.hdfgroup.org/HDF5/doc/RM/RM_H5.html#Library-SetFreeListLimits
+/// https://support.hdfgroup.org/HDF5/doc/RM/RM_H5.html#Library-SetFreeListLimits
// Programmer Binh-Minh Ribler - May, 2004
//--------------------------------------------------------------------------
void H5Library::setFreeListLimits(int reg_global_lim, int reg_list_lim,