aboutsummaryrefslogtreecommitdiff
path: root/src/deflate.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-10-24 16:42:22 +0000
committerMike Buland <eichlan@xagasoft.com>2011-10-24 16:42:22 +0000
commit2f163b90c745491a995dfdbe78464c64a536ec54 (patch)
treecd2ec92d1f96b0b2edbb979d45fa7beea7127192 /src/deflate.h
parent9cb2695ad318dcda83a353b03c21b4fd71d0f9d6 (diff)
downloadlibbu++-2f163b90c745491a995dfdbe78464c64a536ec54.tar.gz
libbu++-2f163b90c745491a995dfdbe78464c64a536ec54.tar.bz2
libbu++-2f163b90c745491a995dfdbe78464c64a536ec54.tar.xz
libbu++-2f163b90c745491a995dfdbe78464c64a536ec54.zip
Added some more docs.
Diffstat (limited to 'src/deflate.h')
-rw-r--r--src/deflate.h4
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 @@
15namespace Bu 15namespace 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 {