projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
412cd29
)
Doxygen fixes.
author
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Feb 2005 21:48:30 +0000
(21:48 +0000)
committer
bernie
<bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 9 Feb 2005 21:48:30 +0000
(21:48 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@364
38d2e660
-2303-0410-9eaa-
f027e97ec537
kern/msg.h
patch
|
blob
|
history
diff --git
a/kern/msg.h
b/kern/msg.h
index eb67b2e9c18cc8b3f3ecfd1ec4b2d6968db960f3..1f206f140691e1106c07a5034e3238284115a39b 100755
(executable)
--- a/
kern/msg.h
+++ b/
kern/msg.h
@@
-18,6
+18,9
@@
/*#*
*#* $Log$
+ *#* Revision 1.7 2005/02/09 21:48:30 bernie
+ *#* Doxygen fixes.
+ *#*
*#* Revision 1.6 2005/01/22 04:20:26 bernie
*#* Write extensive documentation; Add simple locking.
*#*
@@
-176,7
+179,7
@@
* }
* }
* }
- * \end
code
+ * \endcode
*/
typedef struct MsgPort
{
@@
-257,7
+260,7
@@
INLINE Msg *msg_get(MsgPort *port)
return msg;
}
-/*
Peek the first message in the queue of \a port, or NULL if the port is empty
*/
+/*
! Peek the first message in the queue of \a port, or NULL if the port is empty.
*/
INLINE Msg *msg_peek(MsgPort *port)
{
Msg *msg;