diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-01-23 23:34:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-01-23 23:34:37 +0000 |
commit | 3e581ae682dc6050b8b8c41c917ae62a040719d8 (patch) | |
tree | a28ca879526d870c49108188e8f88ccd571e9a76 /src/bzip2.h | |
parent | 51f9aa16cbdd78c0b31483df26d0f7e81376f974 (diff) | |
download | libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.gz libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.bz2 libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.xz libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.zip |
Minor changes to documentation, mainly.
Diffstat (limited to 'src/bzip2.h')
-rw-r--r-- | src/bzip2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bzip2.h b/src/bzip2.h index 0b6946c..f17ce21 100644 --- a/src/bzip2.h +++ b/src/bzip2.h | |||
@@ -17,6 +17,7 @@ namespace Bu | |||
17 | { | 17 | { |
18 | /** | 18 | /** |
19 | * | 19 | * |
20 | *@ingroup Streams | ||
20 | */ | 21 | */ |
21 | class BZip2 : public Bu::Filter | 22 | class BZip2 : public Bu::Filter |
22 | { | 23 | { |