summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-02-28 09:04:57 -0500
committerJeffrey Walton <noloader@gmail.com>2021-02-28 09:04:57 -0500
commit1f1a7994c85f962954283eb27f1e6d9eb10d7ecb (patch)
treee147eb258302e601350ead68104ef22cd52b6cbd /filters.h
parent314fe13105231cdfdcdd4ef9978ecee0717b3447 (diff)
downloadcryptopp-git-1f1a7994c85f962954283eb27f1e6d9eb10d7ecb.tar.gz
Update documentation
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/filters.h b/filters.h
index a334bd76..ee89c37a 100644
--- a/filters.h
+++ b/filters.h
@@ -267,23 +267,23 @@ public:
{CRYPTOPP_UNUSED(parameters); ResetMeter();}
/// \brief Number of bytes in the current message
- /// \return GetCurrentMessageBytes() returns the number of bytes in the current message
+ /// \return the number of bytes in the current message
lword GetCurrentMessageBytes() const {return m_currentMessageBytes;}
/// \brief Number of bytes processed by the filter
- /// \return GetTotalBytes() returns the number of bytes processed by the filter
+ /// \return the number of bytes processed by the filter
lword GetTotalBytes() const {return m_totalBytes;}
/// \brief Message number in the series
- /// \return GetCurrentSeriesMessages() returns the message number in the series
+ /// \return the message number in the series
unsigned int GetCurrentSeriesMessages() const {return m_currentSeriesMessages;}
/// \brief Number of messages in the message series
- /// \return GetTotalMessages() returns the number of messages in the message series
+ /// \return the number of messages in the message series
unsigned int GetTotalMessages() const {return m_totalMessages;}
/// \brief Number of messages processed by the filter
- /// \return GetTotalMessageSeries() returns the number of messages processed by the filter
+ /// \return the number of messages processed by the filter
unsigned int GetTotalMessageSeries() const {return m_totalMessageSeries;}
// BufferedTransformation in cryptlib.h