From 2c9a3039e85061ff094e460e7afae1aed934350b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 27 Jul 2017 19:15:21 -0400 Subject: Update documentation This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync --- gf2n.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gf2n.h') diff --git a/gf2n.h b/gf2n.h index 032876a1..381a9ba8 100644 --- a/gf2n.h +++ b/gf2n.h @@ -60,7 +60,7 @@ public: {Decode(encodedPoly, byteCount);} //! \brief Create a uniformly distributed random polynomial - //! \brief Create a random polynomial uniformly distributed over all polynomials with degree less than bitcount + //! \details Create a random polynomial uniformly distributed over all polynomials with degree less than bitcount PolynomialMod2(RandomNumberGenerator &rng, size_t bitcount) {Randomize(rng, bitcount);} -- cgit v1.2.1