The scanner parses this already, it doesn't do anything with it though.

The DTD requires the order to be copyright, description, then the interfaces.
That's largely a DTD limitation, the scanner doesn't care.

Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 protocol/wayland.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocol/wayland.dtd b/protocol/wayland.dtd
index b8b1573..e28dbc0 100644
--- a/protocol/wayland.dtd
+++ b/protocol/wayland.dtd
@@ -1,4 +1,4 @@
-<!ELEMENT protocol (copyright?, interface+)>
+<!ELEMENT protocol (copyright?, description?, interface+)>
   <!ATTLIST protocol name CDATA #REQUIRED>
 <!ELEMENT copyright (#PCDATA)>
 <!ELEMENT interface (description?,(request|event|enum)+)>
-- 
2.4.3

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to