aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-06-21 22:38:26 +0000
committerVincent Richard <[email protected]>2005-06-21 22:38:26 +0000
commit221b250f53735fed6da56f0194f7d0d2da0935fc (patch)
tree8fa35a929fa1b1853875a0b6300cfb3281c0d7eb
parentStarted version 0.7.2. (diff)
downloadvmime-221b250f53735fed6da56f0194f7d0d2da0935fc.tar.gz
vmime-221b250f53735fed6da56f0194f7d0d2da0935fc.zip
Fixed missing doc for param.
-rw-r--r--vmime/utility/filteredStream.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmime/utility/filteredStream.hpp b/vmime/utility/filteredStream.hpp
index f5c546bb..7e274f72 100644
--- a/vmime/utility/filteredStream.hpp
+++ b/vmime/utility/filteredStream.hpp
@@ -153,6 +153,7 @@ public:
/** Construct a new filter for the specified input stream.
*
* @param is stream from which to read data to be filtered
+ * @param sequence sequence on which to stop
*/
stopSequenceFilteredInputStream(inputStream& is, const value_type* sequence)
: m_stream(is), m_sequence(sequence), m_found(0), m_eof(false)