summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataSpace.cpp
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2007-08-15 19:42:39 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2007-08-15 19:42:39 (GMT)
commitde3e347ebd7a42f37790265e231b777f69736175 (patch)
treef38f44e42e72fde624988803d0b0a40e604e633e /c++/src/H5DataSpace.cpp
parent9531517341a47ab82f973c7d34dc451c0b7a90fc (diff)
downloadhdf5-de3e347ebd7a42f37790265e231b777f69736175.zip
hdf5-de3e347ebd7a42f37790265e231b777f69736175.tar.gz
hdf5-de3e347ebd7a42f37790265e231b777f69736175.tar.bz2
[svn-r14087] Description:
Modified coding for Doxygen-generated C++ Reference Manual such that links to C Reference Manual are relative links within the doc set. Changed documentation link on front page of C++ RM to HDF5 docs index. Tested: Tested on tejeda, Mac Intel OS 10.4, with C++ enabled. Changes limited to comment fields, so this should be sufficient.
Diffstat (limited to 'c++/src/H5DataSpace.cpp')
-rw-r--r--c++/src/H5DataSpace.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/c++/src/H5DataSpace.cpp b/c++/src/H5DataSpace.cpp
index 1cfc857..9cdd74c 100644
--- a/c++/src/H5DataSpace.cpp
+++ b/c++/src/H5DataSpace.cpp
@@ -401,7 +401,7 @@ hssize_t DataSpace::getSelectElemNpoints () const
///\par Description
/// For more information, please refer to the C layer Reference
/// Manual at:
-/// http://hdfgroup.org/HDF5/doc/RM_H5S.html#Dataspace-SelectElemPointList
+/// <A HREF="../RM_H5S.html#Dataspace-SelectElemPointList">../RM_H5S.html#Dataspace-SelectElemPointList</A>
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
void DataSpace::getSelectElemPointlist ( hsize_t startpoint, hsize_t numpoints, hsize_t *buf ) const
@@ -425,7 +425,7 @@ void DataSpace::getSelectElemPointlist ( hsize_t startpoint, hsize_t numpoints,
///\par Description
/// For more information, please refer to the C layer Reference
/// Manual at:
-/// http://hdfgroup.org/HDF5/doc/RM_H5S.html#Dataspace-SelectBounds
+/// <A HREF="../RM_H5S.html#Dataspace-SelectBounds">../RM_H5S.html#Dataspace-SelectBounds</A>
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
void DataSpace::getSelectBounds ( hsize_t* start, hsize_t* end ) const
@@ -451,7 +451,7 @@ void DataSpace::getSelectBounds ( hsize_t* start, hsize_t* end ) const
///\par Description
/// For more information, please refer to the C layer Reference
/// Manual at:
-/// http://hdfgroup.org/HDF5/doc/RM_H5S.html#Dataspace-SelectElements
+/// <A HREF="../RM_H5S.html#Dataspace-SelectElements">../RM_H5S.html#Dataspace-SelectElements</A>
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
void DataSpace::selectElements ( H5S_seloper_t op, const size_t num_elements, const hsize_t *coord[ ] ) const
@@ -533,7 +533,7 @@ bool DataSpace::selectValid () const
///\par Description
/// For more information, please refer to the C layer Reference
/// Manual at:
-/// http://hdfgroup.org/HDF5/doc/RM_H5S.html#Dataspace-SelectHyperslab
+/// <A HREF="../RM_H5S.html#Dataspace-SelectHyperslab">../RM_H5S.html#Dataspace-SelectHyperslab</A>
// Programmer Binh-Minh Ribler - 2000
//--------------------------------------------------------------------------
void DataSpace::selectHyperslab( H5S_seloper_t op, const hsize_t *count, const hsize_t *start, const hsize_t *stride, const hsize_t *block ) const