aboutsummaryrefslogtreecommitdiff
path: root/src/lzma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lzma.h')
-rw-r--r--src/lzma.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lzma.h b/src/lzma.h
index 21da6e8..090da8d 100644
--- a/src/lzma.h
+++ b/src/lzma.h
@@ -15,8 +15,11 @@
15namespace Bu 15namespace 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 {