From 02df6c04ecd6ac6ca2580c23dd4282a556cd55c5 Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 15 Mar 2009 00:51:46 +0000 Subject: fix documentation git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@456 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- seckey.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'seckey.h') diff --git a/seckey.h b/seckey.h index a918f75..35046a6 100644 --- a/seckey.h +++ b/seckey.h @@ -206,12 +206,13 @@ struct SymmetricCipherDocumentation typedef SymmetricCipher Decryption; }; -//! Authenticated encryption modes documentation. -struct AuthenticatedSymmetricCipherDocumentation : public SymmetricCipherDocumentation +/*! \brief Each class derived from this one defines two types, Encryption and Decryption, + both of which implement the AuthenticatedSymmetricCipher interface. */ +struct AuthenticatedSymmetricCipherDocumentation { - //! implements the SymmetricCipher interface + //! implements the AuthenticatedSymmetricCipher interface typedef AuthenticatedSymmetricCipher Encryption; - //! implements the SymmetricCipher interface + //! implements the AuthenticatedSymmetricCipher interface typedef AuthenticatedSymmetricCipher Decryption; }; -- cgit v1.2.1