X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Ffifobuf.h;h=efb8f10315e2476783d39ec0efbf413160c745b0;hb=a3a3a24dd211a7e17f27bcd8fd84b6e005c7144d;hp=1d7b555ac2a8bec5e5cff853a617acd833cec892;hpb=bcae0651fa1edd3078cdac75afe2f4b6ad0361c3;p=bertos.git diff --git a/bertos/struct/fifobuf.h b/bertos/struct/fifobuf.h index 1d7b555a..efb8f103 100644 --- a/bertos/struct/fifobuf.h +++ b/bertos/struct/fifobuf.h @@ -28,13 +28,8 @@ * * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/) * Copyright 2001, 2008 Bernie Innocenti - * * --> * - * \version $Id: fifobuf.h 1532 2008-08-04 07:21:26Z bernie $ - * - * \author Bernie Innocenti - * * \brief General pourpose FIFO buffer implemented with a ring buffer * * \li \c begin points to the first buffer element; @@ -64,6 +59,9 @@ * The buffer is also FULL when \c tail points to the last buffer * location and head points to the first one: * \code head == begin && tail == end \endcode + * + * \version $Id: fifobuf.h 1532 2008-08-04 07:21:26Z bernie $ + * \author Bernie Innocenti */ #ifndef MWARE_FIFO_H