summaryrefslogtreecommitdiff
path: root/gf256.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-29 10:54:33 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-29 10:54:33 -0500
commit61ec50dabe14c5d4582ac187706ea27645b3562b (patch)
tree18a2eebb7adc8c9556ce132d7081a105fa058d6b /gf256.h
parent16ebfa72bf130c4725e652e4d3688d97d3feb0ee (diff)
downloadcryptopp-git-61ec50dabe14c5d4582ac187706ea27645b3562b.tar.gz
Change Doxygen comment style from //! to ///
Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
Diffstat (limited to 'gf256.h')
-rw-r--r--gf256.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gf256.h b/gf256.h
index 4a3cd83d..9cef8309 100644
--- a/gf256.h
+++ b/gf256.h
@@ -1,7 +1,7 @@
// gf256.h - originally written and placed in the public domain by Wei Dai
-//! \file gf256.h
-//! \brief Classes and functions for schemes over GF(256)
+/// \file gf256.h
+/// \brief Classes and functions for schemes over GF(256)
#ifndef CRYPTOPP_GF256_H
#define CRYPTOPP_GF256_H
@@ -11,7 +11,7 @@
NAMESPACE_BEGIN(CryptoPP)
-//! \brief GF(256) with polynomial basis
+/// \brief GF(256) with polynomial basis
class GF256
{
public: