From 3e581ae682dc6050b8b8c41c917ae62a040719d8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 23 Jan 2008 23:34:37 +0000 Subject: Minor changes to documentation, mainly. --- src/filter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filter.h') 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 * many filters such as compression filters will buffer data until they have * enough to create a compression block, in these cases the leftover data * will be returned by close. + *@ingroup Streams */ class Filter : public Bu::Stream { -- cgit v1.2.3