diff options
author | lloyd <[email protected]> | 2012-10-30 03:32:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-10-30 03:32:54 +0000 |
commit | 9151952c4174607678139f9ccb582aa3b886b519 (patch) | |
tree | 1c702abe9a8258c6dda3cc14d707c2a3d9579af0 /src/block/block_cipher.h | |
parent | 3b62f6729a930b81c3110962f31fb871a5691612 (diff) |
Doxygen
Diffstat (limited to 'src/block/block_cipher.h')
-rw-r--r-- | src/block/block_cipher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/block_cipher.h b/src/block/block_cipher.h index 4a07bb048..5cbd6bdae 100644 --- a/src/block/block_cipher.h +++ b/src/block/block_cipher.h @@ -136,7 +136,7 @@ class BOTAN_DLL BlockCipher : public SymmetricAlgorithm size_t blocks) const = 0; /** - * Get a new object representing the same algorithm as *this + * @return new object representing the same algorithm as *this */ virtual BlockCipher* clone() const = 0; }; |