From befd04312d8bdf2363921bf5ccb1393f5852a9a3 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 19 Jan 2018 14:31:20 -0500 Subject: Remove unneeded Doxygen directive --- rw.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'rw.h') diff --git a/rw.h b/rw.h index f6274c9d..21f60d03 100644 --- a/rw.h +++ b/rw.h @@ -17,7 +17,6 @@ NAMESPACE_BEGIN(CryptoPP) -/// \class RWFunction /// \brief Rabin-Williams trapdoor function using the public key /// \since Crypto++ 2.0, Tweaked roots using e and f since Crypto++ 5.6.4 class CRYPTOPP_DLL RWFunction : public TrapdoorFunction, public PublicKey @@ -54,7 +53,6 @@ protected: Integer m_n; }; -/// \class InvertibleRWFunction /// \brief Rabin-Williams trapdoor function using the private key /// \since Crypto++ 2.0, Tweaked roots using e and f since Crypto++ 5.6.4 class CRYPTOPP_DLL InvertibleRWFunction : public RWFunction, public TrapdoorFunctionInverse, public PrivateKey -- cgit v1.2.1