From f0db6a4e4e6b3059c6553b819ac8788b62486103 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 4 Jan 2011 03:17:45 +0100 Subject: Added Doxyfile and documentation comments in various places. --- decoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'decoder.h') diff --git a/decoder.h b/decoder.h index c894065..25dbe56 100644 --- a/decoder.h +++ b/decoder.h @@ -13,6 +13,7 @@ class DecoderBase { virtual size_t decode(const uint8_t *input, size_t input_size, uint8_t *output, size_t output_size) = 0; }; +//! Input filter to hold a decoder in a filter chain. class DecoderFilter : public boost::iostreams::multichar_input_filter { private: DecoderBase::p decoder; -- cgit v1.2.3