From: bernie Date: Tue, 9 Jan 2007 09:00:16 +0000 (+0000) Subject: Doxygen fix. X-Git-Tag: 1.0.0~505 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f7ea45f3084354b7105cd2ea979023d5ac260013;p=bertos.git Doxygen fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@736 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/app/triface/protocol.c b/app/triface/protocol.c index 981152e3..8be3d3c9 100755 --- a/app/triface/protocol.c +++ b/app/triface/protocol.c @@ -16,6 +16,9 @@ /*#* *#* $Log$ + *#* Revision 1.7 2007/01/09 09:00:16 bernie + *#* Doxygen fix. + *#* *#* Revision 1.6 2006/09/20 13:54:04 marco *#* Usage examples of MAKE_CMD. *#* @@ -72,6 +75,7 @@ static struct RLContext rl_ctx; /** * Send a NAK asking the host to send the current message again. * + * \param ser serial port handle to output to. * \param err human-readable description of the error for debug purposes. */ INLINE void NAK(Serial *ser, const char *err)