Update documentation

pull/730/head
Jeffrey Walton 2018-10-26 19:29:15 -04:00
parent ca97f6fafb
commit 16768df2e5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 1 deletions

View File

@ -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();}