From ac6987f3aee8fedd52a08f8d6e9b7d5ad28559bb Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 7 Dec 2020 23:35:10 -0500 Subject: Use \return and \throw consitently in the docs --- cham.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cham.h') diff --git a/cham.h b/cham.h index 2f283fc4..5100dd45 100644 --- a/cham.h +++ b/cham.h @@ -32,7 +32,7 @@ NAMESPACE_BEGIN(CryptoPP) struct CHAM64_Info : public FixedBlockSize<8>, public FixedKeyLength<16> { /// \brief The algorithm name - /// \returns the algorithm name + /// \return the algorithm name /// \details StaticAlgorithmName returns the algorithm's name as a static /// member function. static const std::string StaticAlgorithmName() @@ -47,7 +47,7 @@ struct CHAM64_Info : public FixedBlockSize<8>, public FixedKeyLength<16> struct CHAM128_Info : public FixedBlockSize<16>, public VariableKeyLength<16,16,32,16> { /// \brief The algorithm name - /// \returns the algorithm name + /// \return the algorithm name /// \details StaticAlgorithmName returns the algorithm's name as a static /// member function. static const std::string StaticAlgorithmName() -- cgit v1.2.1