From 16768df2e51ebd36175a937f21777d9e66d20ed9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 26 Oct 2018 19:29:15 -0400 Subject: Update documentation --- filters.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'filters.h') diff --git a/filters.h b/filters.h index d7503f8a..f7108427 100644 --- a/filters.h +++ b/filters.h @@ -1308,7 +1308,9 @@ public: {PumpMessages2(count); return count;} /// \brief Pump all data to attached transformation - /// \details Internally, PumpAll() calls PumpAll2(). + /// \details Internally, PumpAll() calls PumpAll2(). PumpAll() signals the + /// end of the current message as if MessageEnd() was called. To avoid the + /// MessageEnd() signal call Pump(-1). void PumpAll() {PumpAll2();} -- cgit v1.2.1