summaryrefslogtreecommitdiffstats
path: root/doc/html/ddl.html
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 19:53:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 19:53:16 (GMT)
commitb1c884be5a70dc7eb90cdddab58d94e40d9b62ee (patch)
treee486578088ebf313bf032ac2c918f4d4b64ad802 /doc/html/ddl.html
parentda29916b94e300a4cdd12178a810c8c859ee8490 (diff)
downloadhdf5-b1c884be5a70dc7eb90cdddab58d94e40d9b62ee.zip
hdf5-b1c884be5a70dc7eb90cdddab58d94e40d9b62ee.tar.gz
hdf5-b1c884be5a70dc7eb90cdddab58d94e40d9b62ee.tar.bz2
[svn-r7330] Purpose:
Update docs Description: Update DDL for format change of unnamed datatypes.
Diffstat (limited to 'doc/html/ddl.html')
-rw-r--r--doc/html/ddl.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/html/ddl.html b/doc/html/ddl.html
index e245def..e8d1efc 100644
--- a/doc/html/ddl.html
+++ b/doc/html/ddl.html
@@ -115,8 +115,7 @@ This section contains a brief explanation of the symbols used in the DDL.
&lt;unamed_datatype&gt; ::= DATATYPE &lt;unamed_type_name&gt; { &lt;datatype&gt; }
&lt;unamed_type_name&gt; ::= the assigned name for unamed type is in the form of
- #oid1:oid2, where oid1 and oid2 are the object ids
- of the type
+ #oid, where oid is the object id of the type
&lt;atomic_type&gt; ::= &lt;integer&gt; | &lt;float&gt; | &lt;time&gt; | &lt;string&gt; |
&lt;bitfield&gt; | &lt;opaque&gt; | &lt;reference&gt; | &lt;enum&gt;