From a3a3a24dd211a7e17f27bcd8fd84b6e005c7144d Mon Sep 17 00:00:00 2001 From: bernie Date: Wed, 13 Aug 2008 10:11:22 +0000 Subject: [PATCH] fifobuf: Header fix git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1631 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/struct/fifobuf.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.25.1