From 1c8a7fbd04e2a0e0fdda13591955589dc0233924 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 27 Sep 1999 20:51:56 -0500 Subject: [svn-r1674] Dataspaces.html RM_H5S.html Commented out H5Sextent_class. It's still in the plan but not yet implemented. RM_H5S.html Removed H5Sselect_name from list of functions that are not yet implemented but are described in the UG. Updated return value descriptions for H5Sis_simple and H5Sselect_valid to correspond to the earlier hbool_t -> htri_t change. --- doc/html/Dataspaces.html | 5 +++++ doc/html/RM_H5S.html | 21 ++++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/doc/html/Dataspaces.html b/doc/html/Dataspaces.html index 5f3df7b..30200a5 100644 --- a/doc/html/Dataspaces.html +++ b/doc/html/Dataspaces.html @@ -293,6 +293,8 @@ Releases resources associated with a dataspace. Subsequent use of the dataspace identifier after this call is undefined. + + diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html index 4aad44b..b0e1979 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -67,7 +67,9 @@ elements of a dataset.               @@ -335,9 +336,10 @@ of the HDF5 User's Guide.. selection is being reset.
Returns: -
Returns TRUE if the selection is contained within - the extent and FALSE if it is not. - Returns returns a negative value on error conditions +
Returns a positive value, for TRUE, + if the selection is contained within the extent + or 0 (zero), for FALSE, if it is not. + Returns a negative value on error conditions such as the selection or extent not being defined. @@ -522,8 +524,9 @@ of the HDF5 User's Guide..
Identifier of the dataspace to query
Returns: -
Returns TRUE or FALSE if Successful; - otherwise returns a negative value. +
When successful, returns a positive value, for TRUE, + or 0 (zero), for FALSE. + Otherwise returns a negative value. @@ -560,6 +563,8 @@ of the HDF5 User's Guide.. + +
-- cgit v0.12