mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-15 06:59:49 -05:00
This was already in the DTD but not supported by the scanner.
The check for ever-increasing "since" tags is not strictly required for enum
entries as we control the binary value. But it keeps the xml file in
good order, preventing things like:
<entry name="first" value="…" />
<entry name="second" value="…" since="3"/>
<entry name="third" value="…" since="2"/>
<entry name="fourth" value="…" since="3"/>
If this is undesirable in the future the check can be removed without
side-effects.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
|
||
|---|---|---|
| .. | ||
| example-client.h | ||
| example-code.c | ||
| example-server.h | ||
| example.xml | ||
| small-client-core.h | ||
| small-client.h | ||
| small-code-core.c | ||
| small-code.c | ||
| small-server-core.h | ||
| small-server.h | ||
| small.xml | ||