summaryrefslogtreecommitdiff
path: root/algebra.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-07-27 19:15:21 -0400
committerJeffrey Walton <noloader@gmail.com>2017-07-27 19:15:21 -0400
commit2c9a3039e85061ff094e460e7afae1aed934350b (patch)
treed868f186df1474265502750f8a4016b374aa6128 /algebra.h
parentfec712491ec5a002cc46177fb7afe1d2412f0185 (diff)
downloadcryptopp-git-2c9a3039e85061ff094e460e7afae1aed934350b.tar.gz
Update documentation
This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync
Diffstat (limited to 'algebra.h')
-rw-r--r--algebra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/algebra.h b/algebra.h
index 20c26934..f1d846b4 100644
--- a/algebra.h
+++ b/algebra.h
@@ -244,7 +244,7 @@ private:
//! \brief Base and exponent
//! \tparam T base class or type
-//! \tparam T exponent class or type
+//! \tparam E exponent class or type
template <class T, class E = Integer>
struct BaseAndExponent
{