summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataSpace.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-03-07 21:02:17 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-03-07 21:02:17 (GMT)
commit36c46346060c867d0782043f5f67be12acfc2241 (patch)
treea93f9fd02d3daefa2374c119c53a1708f5fbf4c1 /c++/src/H5DataSpace.cpp
parent767520bfe207b05ad9bee7f45353b6c379a167be (diff)
downloadhdf5-36c46346060c867d0782043f5f67be12acfc2241.zip
hdf5-36c46346060c867d0782043f5f67be12acfc2241.tar.gz
hdf5-36c46346060c867d0782043f5f67be12acfc2241.tar.bz2
[svn-r29322] Purpose: Remove obsoletes
Description: Removed obsolete functions from the documentation. They are still in the code, however, until the next two releases, just in case. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5DataSpace.cpp')
-rw-r--r--c++/src/H5DataSpace.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/c++/src/H5DataSpace.cpp b/c++/src/H5DataSpace.cpp
index 42ac4c7..8ef8791 100644
--- a/c++/src/H5DataSpace.cpp
+++ b/c++/src/H5DataSpace.cpp
@@ -340,12 +340,15 @@ void DataSpace::extentCopy (const DataSpace& dest_space) const
//--------------------------------------------------------------------------
// Function: DataSpace::extentCopy
-///\brief This is an overloaded member function, kept for backward
-/// compatibility. It differs from the above function in that it
-/// misses const. This wrapper will be removed in future release.
-///\param dest_space - IN: Dataspace to copy from
-///\exception H5::DataSpaceIException
+// Purpose This is an overloaded member function, kept for backward
+// compatibility. It differs from the above function in that it
+// misses const. This wrapper will be removed in future release.
+// Param dest_space - IN: Dataspace to copy from
+// Exception H5::DataSpaceIException
// Programmer Binh-Minh Ribler - 2000
+// Modification
+// Modified to call its replacement. -BMR, 2014/04/16
+// Removed from documentation. -BMR, 2016/03/07
//--------------------------------------------------------------------------
void DataSpace::extentCopy( DataSpace& dest_space ) const
{