X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Ffifobuf.h;h=f58e1c0a7d0f4e99999298d5af2f63029a4de566;hb=4bef9e1478a89338bece87b04c3872e76b64068e;hp=b2f8fa503e7334448f6d7b0481f4da1f50eef755;hpb=b46f64914c62fbb0297728280478681659469654;p=bertos.git diff --git a/bertos/struct/fifobuf.h b/bertos/struct/fifobuf.h index b2f8fa50..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; @@ -354,4 +358,6 @@ void fifo_pushblock(FIFOBuffer *fb, unsigned char *block, size_t len) } #endif +/** \} */ /* defgroup fifobuf */ + #endif /* STRUCT_FIFO_H */