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 --- algparam.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'algparam.h') diff --git a/algparam.h b/algparam.h index 8cbb736e..fcdd7f86 100644 --- a/algparam.h +++ b/algparam.h @@ -26,7 +26,6 @@ NAMESPACE_BEGIN(CryptoPP) -/// \class ConstByteArrayParameter /// \brief Used to pass byte array input as part of a NameValuePairs object class ConstByteArrayParameter { @@ -101,7 +100,6 @@ private: SecByteBlock m_block; }; -/// \class ByteArrayParameter /// \brief Used to pass byte array input as part of a NameValuePairs object class ByteArrayParameter { @@ -129,7 +127,6 @@ private: size_t m_size; }; -/// \class CombinedNameValuePairs /// \brief Combines two sets of NameValuePairs /// \details CombinedNameValuePairs allows you to provide two sets of of NameValuePairs. /// If a name is not found in the first set, then the second set is searched for the @@ -308,12 +305,10 @@ CRYPTOPP_DLL bool AssignIntToInteger(const std::type_info &valueType, void *pInt CRYPTOPP_DLL const std::type_info & CRYPTOPP_API IntegerTypeId(); -/// \class AlgorithmParametersBase /// \brief Base class for AlgorithmParameters class CRYPTOPP_DLL AlgorithmParametersBase { public: - /// \class ParameterNotUsed /// \brief Exception thrown when an AlgorithmParameter is unused class ParameterNotUsed : public Exception { @@ -370,7 +365,6 @@ protected: member_ptr m_next; }; -/// \class AlgorithmParametersTemplate /// \brief Template base class for AlgorithmParameters /// \tparam T the class or type template @@ -423,7 +417,6 @@ CRYPTOPP_DLL_TEMPLATE_CLASS AlgorithmParametersTemplate; CRYPTOPP_DLL_TEMPLATE_CLASS AlgorithmParametersTemplate; CRYPTOPP_DLL_TEMPLATE_CLASS AlgorithmParametersTemplate; -/// \class AlgorithmParameters /// \brief An object that implements NameValuePairs /// \note A NameValuePairs object containing an arbitrary number of name value pairs may be constructed by /// repeatedly using operator() on the object returned by MakeParameters, for example: -- cgit v1.2.1