summaryrefslogtreecommitdiff
path: root/basecode.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-19 14:31:20 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-19 14:31:20 -0500
commitbefd04312d8bdf2363921bf5ccb1393f5852a9a3 (patch)
treead07d8a6f73216719e0cb01aa6c5cd4a6cc34fb9 /basecode.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'basecode.h')
-rw-r--r--basecode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/basecode.h b/basecode.h
index 1eaaae6e..1bfe68d1 100644
--- a/basecode.h
+++ b/basecode.h
@@ -13,7 +13,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class BaseN_Encoder
/// \brief Encoder for bases that are a power of 2
class CRYPTOPP_DLL BaseN_Encoder : public Unflushable<Filter>
{
@@ -53,7 +52,6 @@ private:
SecByteBlock m_outBuf;
};
-/// \class BaseN_Decoder
/// \brief Decoder for bases that are a power of 2
class CRYPTOPP_DLL BaseN_Decoder : public Unflushable<Filter>
{
@@ -105,7 +103,6 @@ private:
SecByteBlock m_outBuf;
};
-/// \class Grouper
/// \brief Filter that breaks input stream into groups of fixed size
class CRYPTOPP_DLL Grouper : public Bufferless<Filter>
{