From ab22a4d61665bbe637b8c1f349fcfaf04e386e88 Mon Sep 17 00:00:00 2001 From: TORRI Vincent Date: Mon, 22 Jan 2007 11:40:15 +0100 Subject: [PATCH] add doxygen doc for the *_end functions --- src/c-client.xsl | 9 +++++++++ 1 file changed, 9 insertions(+) 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. + /** + * Return the iterator pointing to the last element + * @param i An _iterator_t + * @return The iterator pointing to the last element + * + * Set the current element in the iterator to the last element. + * The member rem is set to 0. The member data points to the + * last element. + */ xcb_generic_iterator_t ret; -- 2.34.1