Doxygen fix.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 9 Jan 2007 09:00:16 +0000 (09:00 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 9 Jan 2007 09:00:16 +0000 (09:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@736 38d2e660-2303-0410-9eaa-f027e97ec537

app/triface/protocol.c

index 981152e39a7494f5154f7208960be2e8fa9161d9..8be3d3c96b113eb0981f1ed4a0301a7ddb93a090 100755 (executable)
@@ -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)