summaryrefslogtreecommitdiff
path: root/src/c-client.xsl
diff options
context:
space:
mode:
authorTORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net>2007-01-22 11:40:15 +0100
committerTORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net>2007-01-22 11:40:15 +0100
commitab22a4d61665bbe637b8c1f349fcfaf04e386e88 (patch)
treeb685aa5350de2af28eb466fdb069b7ceac44c070 /src/c-client.xsl
parent342e9cefcc7d942714488f6b424fee7a5bdc741f (diff)
add doxygen doc for the *_end functions
Diffstat (limited to 'src/c-client.xsl')
-rw-r--r--src/c-client.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/c-client.xsl b/src/c-client.xsl
index d70b8b6..3e2e849 100644
--- a/src/c-client.xsl
+++ b/src/c-client.xsl
@@ -950,6 +950,15 @@ authorization from the authors.
</xsl:choose>
</function>
<function type="xcb_generic_iterator_t" name="{$ref}_end">
+ <doc>/**</doc>
+ <doc> * Return the iterator pointing to the last element</doc>
+ <doc> * @param i An <xsl:value-of select="$ref" />_iterator_t</doc>
+ <doc> * @return The iterator pointing to the last element</doc>
+ <doc> *</doc>
+ <doc> * Set the current element in the iterator to the last element.</doc>
+ <doc> * The member rem is set to 0. The member data points to the</doc>
+ <doc> * last element.</doc>
+ <doc> */</doc>
<field type="{$ref}_iterator_t" name="i" />
<l>xcb_generic_iterator_t ret;</l>
<xsl:choose>