Doc
authorMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 08:35:30 +0000 (08:35 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 08:35:30 +0000 (08:35 +0000)
token.c

diff --git a/token.c b/token.c
index 174f121..e120a0f 100644 (file)
--- a/token.c
+++ b/token.c
@@ -474,8 +474,8 @@ static void see_deflate_token(char *buf, int len)
        } while (len || rx_strm.avail_out == 0);
 }
 
-/*
- * transmit a verbatim buffer of length n followed by a token 
+/**
+ * Transmit a verbatim buffer of length @p n followed by a token.
  * If token == -1 then we have reached EOF 
  * If n == 0 then don't send a buffer
  */