From ba17a56d0c988fee6a42ed2cd5a7da0625164121 Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 29 Jul 2004 22:57:09 +0000 Subject: [PATCH] Doxygen fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@81 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/fifobuf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mware/fifobuf.h b/mware/fifobuf.h index 8da90c20..67528b97 100755 --- a/mware/fifobuf.h +++ b/mware/fifobuf.h @@ -43,6 +43,9 @@ /* * $Log$ + * Revision 1.10 2004/07/29 22:57:09 bernie + * Doxygen fix. + * * Revision 1.9 2004/07/20 23:54:27 bernie * fifo_flush_locked(): New function; * Revamp documentation. @@ -193,7 +196,8 @@ INLINE void fifo_flush(FIFOBuffer *fb) /*! * Similar to fifo_isempty(), but with stronger guarantees for * concurrent access between user and interrupt code. - * This is actually only needed for 8-bit processors. + * + * \note This is actually only needed for 8-bit processors. * * \sa fifo_isempty() */ -- 2.25.1