[svn-r2644] Purpose:

Bug fix
Description:
	; missing from end of some > macros.
Solution:
	Added
Platforms tested:
	Mosaic^WNetscape
This commit is contained in:
Bill Wendling 2000-10-09 15:44:55 -05:00
parent 452ee91027
commit f8e8918d19

View File

@ -147,7 +147,7 @@ This section contains a brief explanation of the symbols used in the DDL.
&lt;data&gt;<FONT SIZE=1.7>opt</FONT> }
// &lt;datatype&gt; and &lt;dataspace&gt; must appear before &lt;data&gt;.
&lt;attr_name&gt; ::= &lt;identifier&gt
&lt;attr_name&gt; ::= &lt;identifier&gt;
&lt;datatype&gt; ::= DATATYPE { &lt;atomic_type&gt; } |
DATATYPE { &lt;compound_type&gt; } |
@ -163,7 +163,7 @@ This section contains a brief explanation of the symbols used in the DDL.
&lt;named_type&gt; ::= &lt;path_name&gt;
&lt;path_name&gt; ::= &lt;identifier&gt
&lt;path_name&gt; ::= &lt;identifier&gt;
&lt;dataspace&gt; ::= DATASPACE { SCALAR } |
DATASPACE { SIMPLE &lt;current_dims&gt; / &lt;max_dims&gt; } |
@ -492,7 +492,7 @@ GROUP "/" {
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
</address>
Last modified: 14 October 1999
Last modified: 09 October 2000
</body>
</html>