Commit 79f671cc authored by Martin Pool's avatar Martin Pool

Doc

parent 0f9c48b1
...@@ -474,8 +474,8 @@ static void see_deflate_token(char *buf, int len) ...@@ -474,8 +474,8 @@ static void see_deflate_token(char *buf, int len)
} while (len || rx_strm.avail_out == 0); } 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 token == -1 then we have reached EOF
* If n == 0 then don't send a buffer * If n == 0 then don't send a buffer
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment