Doxygen fix.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 29 Jul 2004 22:57:09 +0000 (22:57 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 29 Jul 2004 22:57:09 +0000 (22:57 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@81 38d2e660-2303-0410-9eaa-f027e97ec537

mware/fifobuf.h

index 8da90c20dfa155dbf2af4ea95b175ed41844ab3f..67528b97dd2170567d5abda0be9883977284fe10 100755 (executable)
@@ -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()
         */