X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ringbuffer.c;h=ac5d7d37c862cdf2aae7d7b7ed4c91b63a0849e3;hp=17ea425ad0e6817deb8778ee97412c24a1a54567;hb=0f1f782c51773b4db2597e07f4cba4cadf5eddf1;hpb=434b32087a9e2d54ca88072ca798a703a2ff629f;ds=sidebyside diff --git a/ringbuffer.c b/ringbuffer.c index 17ea425a..ac5d7d37 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -52,8 +52,8 @@ void *ringbuffer_new(unsigned size) /** * Add one entry to a ringbuffer. * - * \param Cookie the ringbuffer identifier. - * \param Data the data to be inserted. + * \param cookie The ringbuffer identifier. + * \param data The data to be inserted. * * Insert \a data into the ringbuffer associated with \a cookie. As soon as * the ringbuffer fills up, its oldest entry is disregarded and replaced by \a