diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 121ceeb4d2..76a90584cb 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -2034,8 +2034,8 @@ TABLE.list TD { border:none; } Disk Format: Level 2A - Data Object Headers
The header information of an object is designed to encompass - all the information about an object which would be desired to be - known, except for the data itself. This information includes + all the information about an object, except for the data itself. + This information includes the dataspace, datatype, information about how the data is stored on disk (in external files, compressed, broken up in blocks, etc.), as well as other information used by the library @@ -2207,8 +2207,8 @@ TABLE.list TD { border:none; }
1Note that the property descriptions are different for different
+ versions of the datatype version. Additionally note that the version
+ 0 properties are deprecated and have been replaced with the version
+ 1 properties in versions of the HDF5 library from the 1.4 release
+ onward.
2There are no bit fields defined for the array class.
+Note that the dimension information defined in the property for this + datatype class is independent of dataspace information for a dataset. + The dimension information here describes the dimensionality of the + information within a data element (or a component of an element, if the + array datatype is nested within another datatype) and the dataspace for a + dataset describes the location of the elements in a dataset. +
+