diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-10-24 16:42:22 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-10-24 16:42:22 +0000 |
commit | 2f163b90c745491a995dfdbe78464c64a536ec54 (patch) | |
tree | cd2ec92d1f96b0b2edbb979d45fa7beea7127192 /src/lzma.h | |
parent | 9cb2695ad318dcda83a353b03c21b4fd71d0f9d6 (diff) | |
download | libbu++-2f163b90c745491a995dfdbe78464c64a536ec54.tar.gz libbu++-2f163b90c745491a995dfdbe78464c64a536ec54.tar.bz2 libbu++-2f163b90c745491a995dfdbe78464c64a536ec54.tar.xz libbu++-2f163b90c745491a995dfdbe78464c64a536ec54.zip |
Added some more docs.
Diffstat (limited to 'src/lzma.h')
-rw-r--r-- | src/lzma.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,8 +15,11 @@ | |||
15 | namespace Bu | 15 | namespace Bu |
16 | { | 16 | { |
17 | /** | 17 | /** |
18 | * Provides XZ compression and decompression, both LZMA1 (LzmaAlone) as | ||
19 | * well as the newer LZMA2 (xz) format. This uses .xz by default. | ||
18 | * | 20 | * |
19 | *@ingroup Streams | 21 | *@ingroup Streams |
22 | *@ingroup Compression | ||
20 | */ | 23 | */ |
21 | class Lzma : public Bu::Filter | 24 | class Lzma : public Bu::Filter |
22 | { | 25 | { |