diff options
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 | { |