summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-11-12 08:38:50 -0500
committerJeffrey Walton <noloader@gmail.com>2016-11-12 08:38:50 -0500
commit2a8670c0c18a8b7d049967a45e2a4cbbfd84d085 (patch)
tree1b463aca1ed3c832162469706d28e1bbc89baa06 /filters.h
parent8e4942bbfc21758b5992be095fd09b0bb5a77256 (diff)
downloadcryptopp-git-2a8670c0c18a8b7d049967a45e2a4cbbfd84d085.tar.gz
Updated documentation
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters.h b/filters.h
index a97c5a17..5c8657e7 100644
--- a/filters.h
+++ b/filters.h
@@ -487,7 +487,7 @@ struct BlockPaddingSchemeDef
//! \class StreamTransformationFilter
//! \brief Filter wrapper for StreamTransformation
-//! \details Filter wrapper for StreamTransformation. The filter will optionally handle padding/unpadding when needed
+//! \details StreamTransformationFilter is a filter wrapper for StreamTransformation. The filter will optionally handle padding/unpadding when needed
class CRYPTOPP_DLL StreamTransformationFilter : public FilterWithBufferedInput, public BlockPaddingSchemeDef, private FilterPutSpaceHelper
{
public: