aboutsummaryrefslogtreecommitdiff
path: root/src/filter.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-01-23 23:34:37 +0000
committerMike Buland <eichlan@xagasoft.com>2008-01-23 23:34:37 +0000
commit3e581ae682dc6050b8b8c41c917ae62a040719d8 (patch)
treea28ca879526d870c49108188e8f88ccd571e9a76 /src/filter.h
parent51f9aa16cbdd78c0b31483df26d0f7e81376f974 (diff)
downloadlibbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.gz
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.bz2
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.xz
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.zip
Minor changes to documentation, mainly.
Diffstat (limited to 'src/filter.h')
-rw-r--r--src/filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter.h b/src/filter.h
index 57664f6..f86d6c3 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -32,6 +32,7 @@ namespace Bu
32 * many filters such as compression filters will buffer data until they have 32 * many filters such as compression filters will buffer data until they have
33 * enough to create a compression block, in these cases the leftover data 33 * enough to create a compression block, in these cases the leftover data
34 * will be returned by close. 34 * will be returned by close.
35 *@ingroup Streams
35 */ 36 */
36 class Filter : public Bu::Stream 37 class Filter : public Bu::Stream
37 { 38 {