From f7ea45f3084354b7105cd2ea979023d5ac260013 Mon Sep 17 00:00:00 2001 From: bernie Date: Tue, 9 Jan 2007 09:00:16 +0000 Subject: [PATCH] Doxygen fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@736 38d2e660-2303-0410-9eaa-f027e97ec537 --- app/triface/protocol.c | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.25.1