diff dtd/module.dtd @ 110:40eec261c2a6

Added proper support for anonymous sections, notably for the summary. Changed DTD to always require section IDs.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 09:19:41 +0000
parents 72524ae53106
children 8057b7793bd9
line wrap: on
line diff
--- a/dtd/module.dtd	Thu Oct 20 09:15:04 2011 +0000
+++ b/dtd/module.dtd	Thu Oct 20 09:19:41 2011 +0000
@@ -8,8 +8,8 @@
 
 <!ELEMENT   section     (directive | para)+ >
 <!ATTLIST   section
-            name        CDATA #REQUIRED
-            id          ID #IMPLIED
+            id          ID #REQUIRED
+            name        CDATA #IMPLIED
 >
 
 <!ELEMENT   directive   (syntax+, default+, context*, para+) >