From: TORRI Vincent Date: Tue, 28 Nov 2006 19:26:54 +0000 (+0100) Subject: add doc tag for the _next functions. It creates doxygen doc in the header files for... X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67af2d24e4c46580479570cf09586a54b84b1b63;p=free-sw%2Fxcb%2Flibxcb add doc tag for the _next functions. It creates doxygen doc in the header files for these functions --- 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. + + + + +