From bcce957f4b356e4739c1414191d24de5b8c8612a Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Tue, 21 Oct 2003 17:18:46 -0500 Subject: [svn-r7691] Description: Integrate Fortran90 function descriptions Remove "Non-C APIs" sections; add "Fortran90 Interface" sections Remove note that Fortran APIs are described in a separate window Platforms tested: Safari --- doc/html/RM_H5E.html | 171 +++++++++++++++++++++++++++++++++++---------------- doc/html/RM_H5I.html | 66 +++++++++++++------- doc/html/RM_H5R.html | 135 +++++++++++++++++++++++++++++++--------- 3 files changed, 271 insertions(+), 101 deletions(-) diff --git a/doc/html/RM_H5E.html b/doc/html/RM_H5E.html index e5fa126..ff5a2d8 100644 --- a/doc/html/RM_H5E.html +++ b/doc/html/RM_H5E.html @@ -131,18 +131,10 @@ These functions provide error handling capabilities in the HDF5 environment.
The FORTRAN90 Interfaces: -
- -In general, each FORTRAN90 subroutine performs exactly the same task -as the corresponding C function. The links below (electronic versions only) go to the C function -descriptions, which serve as general descriptions for both. A button, -under Non-C API(s) at the end of the C function description, -opens an external browser window displaying the FORTRAN90-specific -information. You will probably want to adjust the size and location of -this external window so that both browser windows are visible and to -facilitate moving easily between them. -
+In general, each FORTRAN90 subroutine performs exactly the same task +as the corresponding C function. +
@@ -216,10 +208,19 @@ errors within the H5E package.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -253,12 +254,18 @@ errors within the H5E package.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. +
Fortran90 Interface: +
None. + - + + @@ -285,10 +292,20 @@ errors within the H5E package.
Returns:
Returns a character string describing the error if successful. Otherwise returns "Invalid major error number." -
Non-C API(s): -
- @@ -315,10 +332,20 @@ errors within the H5E package.
Returns:
Returns a character string describing the error if successful. Otherwise returns "Invalid minor error number." -
Non-C API(s): -
- @@ -351,10 +378,19 @@ errors within the H5E package.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -407,12 +443,18 @@ errors within the H5E package.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. +
Fortran90 Interface: +
None. + - + + @@ -453,10 +495,23 @@ errors within the H5E package.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -531,12 +586,18 @@ errors within the H5E package.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. +
Fortran90 Interface: +
None. + - + + @@ -589,12 +650,18 @@ errors within the H5E package.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. +
Fortran90 Interface: +
None. + - + + @@ -639,7 +706,7 @@ And in this document, the Describes HDF5 Release 1.6.0, July 2003 diff --git a/doc/html/RM_H5I.html b/doc/html/RM_H5I.html index 409de63..9106582 100644 --- a/doc/html/RM_H5I.html +++ b/doc/html/RM_H5I.html @@ -92,19 +92,11 @@ object names.
-The FORTRAN90 Interface: - +The FORTRAN90 Interfaces: +
+In general, each FORTRAN90 subroutine performs exactly the same task +as the corresponding C function.
- -In general, each FORTRAN90 subroutine performs exactly the same task -as the corresponding C function. The links below (electronic versions only) go to the C function -descriptions, which serve as general descriptions for both. A button, -under Non-C API(s) at the end of the C function description, -opens an external browser window displaying the FORTRAN90-specific -information. You will probably want to adjust the size and location of -this external window so that both browser windows are visible and to -facilitate moving easily between them. -
@@ -174,10 +166,23 @@ facilitate moving easily between them.
Returns the length of the name if successful, returning 0 (zero) if no name is associated with the identifier. Otherwise returns a negative value. -
Non-C API(s): -
- @@ -230,10 +235,29 @@ facilitate moving easily between them.
Returns:
Returns the object type if successful; otherwise H5I_BADID. -
Non-C API(s): -
- @@ -278,7 +302,7 @@ And in this document, the Describes HDF5 Release 1.6.0, July 2003 diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html index f838e75..cc08529 100644 --- a/doc/html/RM_H5R.html +++ b/doc/html/RM_H5R.html @@ -124,18 +124,10 @@ to specific objects and data regions in an HDF5 file.
The FORTRAN90 Interfaces: -
- -In general, each FORTRAN90 subroutine performs exactly the same task -as the corresponding C function. The links below (electronic versions only) go to the C function -descriptions, which serve as general descriptions for both. A button, -under Non-C API(s) at the end of the C function description, -opens an external browser window displaying the FORTRAN90-specific -information. You will probably want to adjust the size and location of -this external window so that both browser windows are visible and to -facilitate moving easily between them. -
+In general, each FORTRAN90 subroutine performs exactly the same task +as the corresponding C function. +
@@ -219,10 +211,40 @@ facilitate moving easily between them.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -263,10 +285,38 @@ facilitate moving easily between them.
Returns:
Returns valid identifier if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -336,10 +386,27 @@ facilitate moving easily between them.
Returns:
Returns an object type as defined in H5Gpublic.h if successful; otherwise returns H5G_UNKNOWN. -
Non-C API(s): -
- @@ -382,10 +449,22 @@ facilitate moving easily between them.
Returns:
Returns a valid identifier if successful; otherwise returns a negative value. -
Non-C API(s): -
- @@ -430,7 +509,7 @@ And in this document, the Describes HDF5 Release 1.6.0, July 2003 -- cgit v0.12