summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-05-15 05:17:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-05-15 05:17:30 (GMT)
commit31e7b642456eb3a6ea9c8aff4685f550bfaf318b (patch)
tree1fd7d0cd1d98ef52de6efd258233c64a38acfe0c /doc
parent4e7a6b7b1d0bbb882a3ac3f3aeffe042ef187717 (diff)
downloadhdf5-31e7b642456eb3a6ea9c8aff4685f550bfaf318b.zip
hdf5-31e7b642456eb3a6ea9c8aff4685f550bfaf318b.tar.gz
hdf5-31e7b642456eb3a6ea9c8aff4685f550bfaf318b.tar.bz2
[svn-r8527] Purpose:
Comment out some unimplemented object header messages (compact and shared messages).
Diffstat (limited to 'doc')
-rw-r--r--doc/html/H5.format.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html
index a4707b8..9456467 100644
--- a/doc/html/H5.format.html
+++ b/doc/html/H5.format.html
@@ -119,7 +119,7 @@ TABLE.list TD { border:none; }
<ol type=A>
<li><a href="#ObjectHeader">Disk Format Level 2a - Data Object Headers</a><i>(Continued)</i>
<ol type=1 start=6>
- <li><a href="#CompactDataStorageMessage">Name: Data Storage - Compact</a> <!-- 0x0006 -->
+<!-- <li><a href="#CompactDataStorageMessage">Name: Data Storage - Compact</a> --> <!-- 0x0006 -->
<li><a href="#ExternalFileListMessage">Name: Data Storage - External Data Files</a> <!-- 0x0007 -->
<li><a href="#LayoutMessage">Name: Data Storage - Layout</a> <!-- 0x0008 -->
<li><a href="#ReservedMessage_0009">Name: Reserved - not assigned yet</a> <!-- 0x0009 -->
@@ -128,7 +128,7 @@ TABLE.list TD { border:none; }
<li><a href="#AttributeMessage">Name: Attribute</a> <!-- 0x000c -->
<li><a href="#NameMessage">Name: Object Name</a> <!-- 0x000d -->
<li><a href="#OldModifiedMessage">Name: Object Modification Date and Time (Old)</a> <!-- 0x000e -->
- <li><a href="#SharedMessage">Name: Shared Object Message</a> <!-- 0x000f -->
+<!-- <li><a href="#SharedMessage">Name: Shared Object Message</a> --> <!-- 0x000f -->
<li><a href="#ContinuationMessage">Name: Object Header Continuation</a> <!-- 0x0010 -->
<li><a href="#SymbolTableMessage">Name: Group Message</a> <!-- 0x0011 -->
<li><a href="#ModifiedMessage">Name: Object Modification Date and Time</a> <!-- 0x0012 -->
@@ -4473,6 +4473,7 @@ TABLE.list TD { border:none; }
</div>
</P>
+<!--
<hr>
<h4><a name="CompactDataStorageMessage">Name: Data Storage - Compact</a></h4>
@@ -4492,6 +4493,7 @@ TABLE.list TD { border:none; }
<P><b>Format of Data:</b> The message data is actually composed
of dataset data, so the format will be determined by the dataset
format.
+-->
<hr>
<h4><a name="ExternalFileListMessage">Name: Data Storage -
@@ -5315,6 +5317,7 @@ TABLE.list TD { border:none; }
</table>
</center>
+<!--
<hr>
<h4><a name="SharedMessage">Name: Shared Object Message</a></h4>
<b>Header Message Type:</b> 0x000F<br>
@@ -5410,6 +5413,7 @@ TABLE.list TD { border:none; }
</tr>
</table>
</center>
+-->
<hr>