From f8e8918d19c78033e25dc7c454573197b5562821 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 9 Oct 2000 15:44:55 -0500 Subject: [svn-r2644] Purpose: Bug fix Description: ; missing from end of some > macros. Solution: Added Platforms tested: Mosaic^WNetscape --- doc/html/ddl.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/ddl.html b/doc/html/ddl.html index b8e63db..e854fa4 100644 --- a/doc/html/ddl.html +++ b/doc/html/ddl.html @@ -147,7 +147,7 @@ This section contains a brief explanation of the symbols used in the DDL. <data>opt } // <datatype> and <dataspace> must appear before <data>. -<attr_name> ::= <identifier> +<attr_name> ::= <identifier> <datatype> ::= DATATYPE { <atomic_type> } | DATATYPE { <compound_type> } | @@ -163,7 +163,7 @@ This section contains a brief explanation of the symbols used in the DDL. <named_type> ::= <path_name> -<path_name> ::= <identifier> +<path_name> ::= <identifier> <dataspace> ::= DATASPACE { SCALAR } | DATASPACE { SIMPLE <current_dims> / <max_dims> } | @@ -492,7 +492,7 @@ GROUP "/" { HDF Help Desk -Last modified: 14 October 1999 +Last modified: 09 October 2000 -- cgit v0.12