<div dir="ltr">Aha. I just sort of assumed that we could have a long description of an <arg> by using the contents, and it didn't seem to break. I didn't find anything else doing it. I didn't know we needed a <description>.<br>
<div><br>Reviewed-by: Jasper St. Pierre <<a href="mailto:jstpierre@mecheye.net">jstpierre@mecheye.net</a>><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 24, 2014 at 11:49 AM, Jonny Lamb <span dir="ltr"><<a href="mailto:jonny.lamb@collabora.co.uk" target="_blank">jonny.lamb@collabora.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">wayland.dtd specifies the use of the description tags inside entry and<br>
description so let's use them.<br>
---<br>
protocol/xdg-shell.xml | 18 ++++++++++++------<br>
1 file changed, 12 insertions(+), 6 deletions(-)<br>
<br>
diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml<br>
index a2913c4..f88db49 100644<br>
--- a/protocol/xdg-shell.xml<br>
+++ b/protocol/xdg-shell.xml<br>
@@ -300,12 +300,16 @@<br>
0x1000 - 0x1FFF: GNOME<br>
</description><br>
<entry name="maximized" value="1" summary="the surface is maximized"><br>
- A non-zero value indicates the surface is maximized. Otherwise,<br>
- the surface is unmaximized.<br>
+ <description><br>
+ A non-zero value indicates the surface is maximized. Otherwise,<br>
+ the surface is unmaximized.<br>
+ </description><br>
</entry><br>
<entry name="fullscreen" value="2" summary="the surface is fullscreen"><br>
- A non-zero value indicates the surface is fullscreen. Otherwise,<br>
- the surface is not fullscreen.<br>
+ <description><br>
+ A non-zero value indicates the surface is fullscreen. Otherwise,<br>
+ the surface is not fullscreen.<br>
+ </description><br>
</entry><br>
</enum><br>
<br>
@@ -322,8 +326,10 @@<br>
<arg name="state_type" type="uint" summary="the state to set"/><br>
<arg name="value" type="uint" summary="the value to change the state to"/><br>
<arg name="serial" type="uint" summary="an event serial"><br>
- This serial is so the client can know which change_state event corresponds<br>
- to which request_change_state request it sent out.<br>
+ <description><br>
+ This serial is so the client can know which change_state event corresponds<br>
+ to which request_change_state request it sent out.<br>
+ </description><br>
</arg><br>
</request><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
1.9.0<br>
<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br> Jasper<br>
</div>