X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Ffifobuf.h;h=f58e1c0a7d0f4e99999298d5af2f63029a4de566;hb=4bef9e1478a89338bece87b04c3872e76b64068e;hp=a749d89fce4bc7b69552e8196bc72d4b35090df2;hpb=b90e284547eab472e3d9e478a058304bdd6b2da7;p=bertos.git diff --git a/bertos/struct/fifobuf.h b/bertos/struct/fifobuf.h index a749d89f..f58e1c0a 100644 --- a/bertos/struct/fifobuf.h +++ b/bertos/struct/fifobuf.h @@ -30,6 +30,10 @@ * Copyright 2001, 2008 Bernie Innocenti * --> * + * \defgroup fifobuf FIFO buffer + * \ingroup struct + * \{ + * * \brief General pourpose FIFO buffer implemented with a ring buffer * * \li \c begin points to the first buffer element; @@ -60,7 +64,6 @@ * location and head points to the first one: * \code head == begin && tail == end \endcode * - * \version $Id$ * \author Bernie Innocenti */ @@ -355,4 +358,6 @@ void fifo_pushblock(FIFOBuffer *fb, unsigned char *block, size_t len) } #endif +/** \} */ /* defgroup fifobuf */ + #endif /* STRUCT_FIFO_H */