From 79f671cc7c87162bcd6822b3bcd351858ec4fe81 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 8 Apr 2002 08:35:30 +0000 Subject: [PATCH] Doc --- token.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/token.c b/token.c index 174f121a..e120a0f5 100644 --- 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 */ -- 2.34.1