diff --git a/doc/html/Glossary.html b/doc/html/Glossary.html
index 31b2db6623..9c727a46a6 100644
--- a/doc/html/Glossary.html
+++ b/doc/html/Glossary.html
@@ -25,23 +25,29 @@ Glossary
HDF5 Glossary
-(Under construction!
- This is the bare beginning of a Glossary to accompany the HDF5 documentation;
- it is by no means complete.)
+(Under construction!
+ This is the bare beginning of a Glossary to accompany the HDF5
+ documentation; it is by no means complete.)
-
- - Basic Types
-
- Complex Types
-
- Disk I/O Types
-
+
-Since many of the typedefs in the HDF5 API are not well-defined yet,
-the types below may change radically en route to a final API...
-Basic Types:
+basic data types:
+ - (Some data types may change substantially en route to
+ Release 1.0.)
- char - 8-bit character (only for ASCII information)
- int8 - 8-bit signed integer
- uint8 - 8-bit unsigned integer
@@ -57,8 +63,10 @@ the types below may change radically en route to a final API...
- float64 - 64-bit IEEE float
-Complex Types:
+Complex data types:
+ - (Some data types may change substantially en route to
+ Release 1.0.)
- hid_t - 32-bit unsigned integer used as ID for memory objects
- hoid_t - 32-bit unsigned integer (currently) used as ID for disk-based
objects
@@ -66,8 +74,10 @@ the types below may change radically en route to a final API...
- herr_t - 32-bit integer to indicate succeed/fail codes from functions
-Disk I/O Types:
+disk I/O data types:
+ - (Some data types may change substantially en route to
+ Release 1.0.)
- hoff_t - (64-bit?) offset on disk in bytes
- hlen_t - (64-bit?) length on disk in bytes
diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html
index 8b2ab70d96..ad2cb8d6c5 100644
--- a/doc/html/RM_H5.html
+++ b/doc/html/RM_H5.html
@@ -18,7 +18,10 @@ H5
H5S
H5T
H5Z
+Tools
+
@@ -37,8 +40,8 @@ and it users.
|
| |
@@ -127,18 +130,18 @@ and it users.
-- Name: H5version
+
- Name: H5get_libversion
- Signature:
-
- herr_t
H5version (unsigned *majnum ,
+ - herr_t
H5get_libversion (unsigned *majnum ,
unsigned *minnum ,
- unsigned *relnum ,
- unsigned *patnum
+ unsigned *relnum
)
- Purpose:
-
-
+
- Returns the HDF library release number.
- Description:
-
H5version retrieves the major, minor, release, and
- patch versions of the library which is linked to the application.
+ H5get_libversion retrieves the major, minor, and release
+ numbers of the version of the HDF library which is linked to
+ the application.
- Parameters:
- unsigned *
majnum
@@ -147,8 +150,6 @@ and it users.
- The minor version of the library.
- unsigned *
relnum
- The release number of the library.
-
- unsigned *
patnum
- - The patch number of the library.
- Returns:
- Returns SUCCEED (0) if successful;
@@ -158,23 +159,22 @@ and it users.
-- Name: H5vers_check
+
- Name: H5check_version
- Signature:
-
- herr_t
H5vers_check (unsigned *majnum ,
- unsigned *minnum ,
- unsigned *relnum ,
- unsigned *patnum
+ - herr_t
H5check_version (unsigned majnum ,
+ unsigned minnum ,
+ unsigned relnum
)
- Purpose:
-
- Description:
-
H5vers_check verifies that the arguments match the
+ H5check_version verifies that the arguments match the
version numbers compiled into the library. This function is intended
to be called from user to verify that the versions of header files
compiled into the application match the version of the HDF5 library.
Due to the risks of data corruption or segmentation faults,
- H5vers_check causes the application to abort if the
+ H5check_version causes the application to abort if the
version numbers do not match.
- Parameters:
@@ -206,7 +206,10 @@ H5
H5S
H5T
H5Z
+Tools
+
@@ -214,7 +217,7 @@ H5
HDF Help Desk
-Last modified: 14 July 1998
+Last modified: 2 September 1998
|