From 1abab8050e262360c2d566ce22a99a1a1ddb6d3e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 22 May 2019 02:53:26 -0400 Subject: [PATCH] Clear documentation warnings --- skipjack.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/skipjack.h b/skipjack.h index b761f8a9..f158005a 100644 --- a/skipjack.h +++ b/skipjack.h @@ -6,8 +6,9 @@ /// Algorithm Specifications published by NIST in May 1998. The library passes /// known answer tests available in NIST SP800-17, Table 6, pp. 140-42. /// \sa SKIPJACK -/// and KEA Algorithm Specifications (May 1998), SKIPJACK on the Crypto++ wiki +/// and KEA Algorithm Specifications (May 1998), +/// SKIPJACK on the +// Crypto++ wiki #ifndef CRYPTOPP_SKIPJACK_H #define CRYPTOPP_SKIPJACK_H @@ -28,8 +29,9 @@ struct SKIPJACK_Info : public FixedBlockSize<8>, public FixedKeyLength<10> /// Algorithm Specifications published by NIST in May 1998. The library passes /// known answer tests available in NIST SP800-17, Table 6, pp. 140-42. /// \sa SKIPJACK -/// and KEA Algorithm Specifications (May 1998), SKIPJACK on the Crypto++ wiki +/// and KEA Algorithm Specifications (May 1998), +/// SKIPJACK on the +/// Crypto++ wiki class SKIPJACK : public SKIPJACK_Info, public BlockCipherDocumentation { /// \brief SKIPJACK block cipher default operation