summaryrefslogtreecommitdiff
path: root/wake.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 /wake.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'wake.h')
-rw-r--r--wake.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wake.h b/wake.h
index 8f1269e7..e2a6456b 100644
--- a/wake.h
+++ b/wake.h
@@ -12,7 +12,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class WAKE_OFB_Info
/// \brief WAKE stream cipher information
/// \tparam B Endianness of the stream cipher
/// \since Crypto++ 1.0
@@ -32,7 +31,6 @@ protected:
word32 r3, r4, r5, r6;
};
-/// \class WAKE_Policy
/// \brief WAKE stream cipher operation
/// \tparam B Endianness of the stream cipher
/// \since Crypto++ 1.0
@@ -46,7 +44,6 @@ protected:
bool CipherIsRandomAccess() const {return false;}
};
-/// \class WAKE_OFB
/// \brief WAKE stream cipher
/// \tparam B Endianness of the stream cipher
/// \since Crypto++ 1.0