diff options
| author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-01-04 03:17:45 +0100 | 
|---|---|---|
| committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-01-04 03:17:45 +0100 | 
| commit | f0db6a4e4e6b3059c6553b819ac8788b62486103 (patch) | |
| tree | c449ef54f745c4a4994d815579c69c0790bc26b1 /decoder.h | |
| parent | 2b03b8ef2b5002f00960d17c8f1f634eb3a3a70f (diff) | |
Added Doxyfile and documentation comments in various places.
Diffstat (limited to 'decoder.h')
| -rw-r--r-- | decoder.h | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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;  | 
