diff options
Diffstat (limited to '')
| -rw-r--r-- | src/deflate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/deflate.h b/src/deflate.h index 20d609a..34e8657 100644 --- a/src/deflate.h +++ b/src/deflate.h | |||
| @@ -15,8 +15,12 @@ | |||
| 15 | namespace Bu | 15 | namespace Bu |
| 16 | { | 16 | { |
| 17 | /** | 17 | /** |
| 18 | * Provides Deflate (LZ77) support via zlib. This provides zlib, raw, and | ||
| 19 | * gzip stream types. By default it will autodetect the input type and | ||
| 20 | * encode into a raw deflate stream. | ||
| 18 | * | 21 | * |
| 19 | *@ingroup Streams | 22 | *@ingroup Streams |
| 23 | *@ingroup Compression | ||
| 20 | */ | 24 | */ |
| 21 | class Deflate : public Bu::Filter | 25 | class Deflate : public Bu::Filter |
| 22 | { | 26 | { |
