From 67af2d24e4c46580479570cf09586a54b84b1b63 Mon Sep 17 00:00:00 2001 From: TORRI Vincent Date: Tue, 28 Nov 2006 20:26:54 +0100 Subject: add doc tag for the _next functions. It creates doxygen doc in the header files for these functions --- src/c-client.xsl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/c-client.xsl b/src/c-client.xsl index 5df5762..d70b8b6 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -924,6 +924,14 @@ authorization from the authors. + /** + * Get the next element of the iterator + * @param i Pointer to a _iterator_t + * + * Get the next element in the iterator. The member rem is + * decreased by one. The member data points to the next + * element. The member index is increased by sizeof(_t) + */ @@ -1178,6 +1186,10 @@ authorization from the authors. + + + + /***************************************************************************** ** ** @@ -1242,6 +1254,11 @@ authorization from the authors. + + + + + -- cgit v1.2.3