summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataType.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/H5DataType.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/H5DataType.cpp')
-rw-r--r--c++/src/H5DataType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5DataType.cpp b/c++/src/H5DataType.cpp
index 5a6e3dd..6162bec 100644
--- a/c++/src/H5DataType.cpp
+++ b/c++/src/H5DataType.cpp
@@ -514,7 +514,7 @@ DataType DataType::getSuper() const
///\exception H5::DataTypeIException
///\par Description
/// For more information, please see:
-/// http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Register
+/// https://support.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Register
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
void DataType::registerFunc(H5T_pers_t pers, const char* name, const DataType& dest, H5T_conv_t func) const