diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-12-12 22:52:34 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-12-12 22:52:34 (GMT) |
commit | f401dda2d7b1ef22505d285c14218143be011321 (patch) | |
tree | 0458304580510fa430417fd7cccc47ef30fabedc | |
parent | 7fa2bc6700ee96764f5db8eba794657ab797a889 (diff) | |
download | hdf5-f401dda2d7b1ef22505d285c14218143be011321.zip hdf5-f401dda2d7b1ef22505d285c14218143be011321.tar.gz hdf5-f401dda2d7b1ef22505d285c14218143be011321.tar.bz2 |
[svn-r3118]
Purpose:
Cross-referencing "HDF5 Predefined Datatypes" in the UG.
Description:
Added PredefDTypes.html and RM links to Section 6, "Predefined
Atomic Datatypes" in Datatypes.html.
Platforms tested:
IE 5
-rw-r--r-- | doc/html/Datatypes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html index 9f6e8bd..93b808f 100644 --- a/doc/html/Datatypes.html +++ b/doc/html/Datatypes.html @@ -976,6 +976,9 @@ H5Tset_size (str80, 80); </table> </center> + <p>A complete list of the datatypes predefined in HDF5 can be found in + <a href="PredefDTypes.html"><cite>HDF5 Predefined Datatypes</cite></a> + in the <a href="RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a>. <h2>7. Defining Compound Datatypes</h2> |