summaryrefslogtreecommitdiff
path: root/ec2n.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-07 23:35:10 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-07 23:35:10 -0500
commitac6987f3aee8fedd52a08f8d6e9b7d5ad28559bb (patch)
treea0f63ebf397db67a1d8f7e41f2e4e89d03a57a4f /ec2n.h
parent4d2b58c8fe92e7ce5007d2f15f046d33f37eedc2 (diff)
downloadcryptopp-git-ac6987f3aee8fedd52a08f8d6e9b7d5ad28559bb.tar.gz
Use \return and \throw consitently in the docs
Diffstat (limited to 'ec2n.h')
-rw-r--r--ec2n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2n.h b/ec2n.h
index 48e9fa28..b05377bb 100644
--- a/ec2n.h
+++ b/ec2n.h
@@ -119,7 +119,7 @@ public:
void SetCurve(const EC2N &ec) {m_ec = ec;}
/// \brief Get the elliptic curve
- /// \returns EC2N curve
+ /// \return EC2N curve
/// \details GetCurve() is not inherited
const EC2N & GetCurve() const {return m_ec;}