diff options
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/TechNotes.html | 15 | ||||
-rw-r--r-- | doc/html/Tools.html | 20 |
2 files changed, 19 insertions, 16 deletions
diff --git a/doc/html/TechNotes.html b/doc/html/TechNotes.html index a45c0fb..20e09eb 100644 --- a/doc/html/TechNotes.html +++ b/doc/html/TechNotes.html @@ -84,7 +84,7 @@ HDF5 Technical Notes <tr><td valign=top><a href="TechNotes/VFL.html">Virtual File Layer</a> </td><td> </td><td valign=top> A description of the HDF5 virtual file layer (VFL), - enabling the implementation of custom I/O drivers + a public API for the implementation of custom I/O drivers </td></tr> <tr><td valign=top><a href="TechNotes/VFLfunc.html">List of VFL Functions</a> @@ -170,21 +170,24 @@ HDF5 Technical Notes </td></tr> <tr><td valign=top> -<a href="TechNotes/ThreadSafeLibrary.html">Thread Safe HDF5 Library Implementation</a> +<a href="TechNotes/ThreadSafeLibrary.html">Thread Safe HDF5 Library</a> + <br> + <a href="TechNotes/ThreadSafeLibrary.html">Implementation</a> </td><td> </td><td valign=top> - A report on the implementation of a thread safe HDF5 library + A report on the implementation of a thread safe HDF5 library. </td></tr> <tr><td valign=top> <a href="TechNotes/openmp-hdf5.html">Using HDF5 with OpenMP</a> </td><td> </td><td valign=top> - A short report on using HDF5 with OpenMP + A short report on using HDF5 with OpenMP. </td></tr> <tr><td valign=top><a href="TechNotes/SWControls.html">HDF5 Software Controls</a> </td><td> </td><td valign=top> - A descriptions knobs and turns such as environment variables and settings - that controls the functionalities of HDF5 libraries and tools. + Descriptions of the HDF5 knobs and controls, such as the + environment variables and settings that control the functionality + of the HDF5 libraries and tools. </td></tr> </table> diff --git a/doc/html/Tools.html b/doc/html/Tools.html index af77b66..0234fa7 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -210,22 +210,22 @@ These tools enable the user to examine HDF5 files interactively. <li>Data type <ul> <li>integer type - <dt>- H5T_STD_I8BE, H5T_STD_I8LE, H5T_STD_I16BE, ... + <dt>- H5T_STD_I8BE, H5T_STD_I8LE, H5T_STD_I16BE, ... <li>floating point type - <dt>- H5T_IEEE_F32BE, H5T_IEEE_F32LE, H5T_IEEE_F64BE, ... + <dt>- H5T_IEEE_F32BE, H5T_IEEE_F32LE, H5T_IEEE_F64BE, ... <li>string type <li>compound type - <dt>- named, unnamed and transient compound type - <dt>- integer, floating or string type member + <dt>- named, unnamed and transient compound type + <dt>- integer, floating or string type member <li>opaque types <li>reference type - <dt>- object references - <dt>- data regions + <dt>- object references + <dt>- data regions <li>enum type - <li>variable length datatypes - <dt>- atomic types only - <dt>- scalar or single dimensional array of variable length - types supported + <li>variable-length datatypes + <dt>- atomic types only + <dt>- scalar or single dimensional array of variable-length + types supported </ul> <li>Data space <ul> |