mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-03 01:41:30 -05:00
protocol: allow for a <description> element below <protocol>
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.hutterer@who-t.net> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
9d794d9f77
commit
0e86192114
1 changed files with 1 additions and 1 deletions
|
|
@ -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)+)>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue