Fixed missing doc for param.
This commit is contained in:
parent
8abd0407d5
commit
221b250f53
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user