scanner: allow summary attributes in args and <description> in <protocol>

Add support for arg summaries for use by detailed structure element
descriptions.
This commit is contained in:
Jesse Barnes 2012-01-19 14:13:36 -08:00 committed by Kristian Høgsberg
parent 032b957698
commit f66aa1d08f
2 changed files with 48 additions and 32 deletions

View file

@ -34,8 +34,10 @@
</description>
<request name="bind">
<description summary="bind an object to the display">
Binds a new, client created object to the server using @name as
the identifier.
</description>
<arg name="name" type="uint"/>
<arg name="name" type="uint" summary="unique number id for object"/>
<arg name="interface" type="string"/>
<arg name="version" type="uint"/>
<arg name="id" type="new_id" interface="wl_object"/>