diff dtd/module.dtd @ 108:72524ae53106

Explicitly marked directives with the block syntax. Such directives will have curly braces around their syntax and defaults appear automatically. Other directives will have a semicolon after their syntax and defaults.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 07:47:21 +0000
parents c76a257f3fd4
children 40eec261c2a6
line wrap: on
line diff
--- a/dtd/module.dtd	Wed Oct 19 12:39:11 2011 +0000
+++ b/dtd/module.dtd	Thu Oct 20 07:47:21 2011 +0000
@@ -19,6 +19,9 @@
 >
 
 <!ELEMENT   syntax      (#PCDATA | argument | code | parameter | value)* >
+<!ATTLIST   syntax
+            block       (yes | no) "no"
+>
 
 <!ELEMENT   default     (#PCDATA)* >