From 4a9335bd605421218e3cc87dc77c4634051469eb Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 25 Mar 2015 17:22:26 +0100 Subject: [PATCH] Added : doc authorship --- examples/blockStreaming_doubleBuffer.md | 1 + examples/blockStreaming_lineByLine.md | 1 + examples/streaming_api_basics.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/blockStreaming_doubleBuffer.md b/examples/blockStreaming_doubleBuffer.md index cd295df6..3027ea3a 100644 --- a/examples/blockStreaming_doubleBuffer.md +++ b/examples/blockStreaming_doubleBuffer.md @@ -1,4 +1,5 @@ # LZ4 Streaming API Example : Double Buffer +by *Takayuki Matsuoka* `blockStreaming_doubleBuffer.c` is LZ4 Straming API example which implements double buffer (de)compression. diff --git a/examples/blockStreaming_lineByLine.md b/examples/blockStreaming_lineByLine.md index 1d379a09..4735f927 100644 --- a/examples/blockStreaming_lineByLine.md +++ b/examples/blockStreaming_lineByLine.md @@ -1,4 +1,5 @@ # LZ4 Streaming API Example : Line by Line Text Compression +by *Takayuki Matsuoka* `blockStreaming_lineByLine.c` is LZ4 Straming API example which implements line by line incremental (de)compression. diff --git a/examples/streaming_api_basics.md b/examples/streaming_api_basics.md index 6c2632fd..a88d7336 100644 --- a/examples/streaming_api_basics.md +++ b/examples/streaming_api_basics.md @@ -1,5 +1,5 @@ # LZ4 Streaming API Basics - +by *Takayuki Matsuoka* ## LZ4 API sets LZ4 has the following API sets :