summaryrefslogtreecommitdiff
path: root/hex.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 /hex.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'hex.h')
-rw-r--r--hex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hex.h b/hex.h
index ba6ee98f..05f10687 100644
--- a/hex.h
+++ b/hex.h
@@ -11,7 +11,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class HexEncoder
/// \brief Converts given data to base 16
class CRYPTOPP_DLL HexEncoder : public SimpleProxyFilter
{
@@ -31,7 +30,6 @@ public:
void IsolatedInitialize(const NameValuePairs &parameters);
};
-/// \class HexDecoder
/// \brief Decode base 16 data back to bytes
class CRYPTOPP_DLL HexDecoder : public BaseN_Decoder
{