X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fmsg.h;h=3ccfb5260db53e10c35f5167d66437b912fc7821;hb=d10f125474900e83860a3031ca3a31141fdf27a9;hp=eb67b2e9c18cc8b3f3ecfd1ec4b2d6968db960f3;hpb=3e6b31b794c1183b88031964c3694a0a800be677;p=bertos.git diff --git a/kern/msg.h b/kern/msg.h index eb67b2e9..3ccfb526 100755 --- a/kern/msg.h +++ b/kern/msg.h @@ -3,7 +3,7 @@ * * * \brief Simple inter-process messaging system @@ -18,6 +18,12 @@ /*#* *#* $Log$ + *#* Revision 1.8 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* + *#* 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 +182,7 @@ * } * } * } - * \end code + * \endcode */ typedef struct MsgPort { @@ -257,7 +263,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;