diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-24 19:54:34 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-24 19:54:34 (GMT) |
commit | 8c11a3a87ce15b80f108376d5d41be92db3622bc (patch) | |
tree | e85363fef7ed01b666973132a74dfbd4534ea58c | |
parent | 7f0f77be1ea3f485bb9c7d254e69288b29865078 (diff) | |
download | hdf5-8c11a3a87ce15b80f108376d5d41be92db3622bc.zip hdf5-8c11a3a87ce15b80f108376d5d41be92db3622bc.tar.gz hdf5-8c11a3a87ce15b80f108376d5d41be92db3622bc.tar.bz2 |
[svn-r1378]
added references and enums into the list of datatypes displayed
-rw-r--r-- | doc/html/Tools.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html index fbbf31d..929cfcb 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -178,6 +178,10 @@ These tools enable the user to examine HDF5 files interactively. <li>compound type <dt>- named, unamed and transient compound type <dt>- integer, floating or string type member + <li>reference type + <dt>- object references + <dt>- data regions + <li>enum type </ul> <li>Data space <ul> |