diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-15 02:55:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-15 02:55:10 +0300 |
commit | 2d67b793e64f6ed4e2e6a7c56441b9bc019e2659 (patch) | |
tree | abc83a07b5905eec76041b3aad686c5d4117bea7 /include/aesni/all.h | |
parent | error handling refactoring + more docs (diff) | |
download | aes-tools-2d67b793e64f6ed4e2e6a7c56441b9bc019e2659.tar.gz aes-tools-2d67b793e64f6ed4e2e6a7c56441b9bc019e2659.zip |
code style
Diffstat (limited to 'include/aesni/all.h')
-rw-r--r-- | include/aesni/all.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/aesni/all.h b/include/aesni/all.h index 6f00fb7..350e4dd 100644 --- a/include/aesni/all.h +++ b/include/aesni/all.h @@ -4,8 +4,9 @@ * \date 2015 * \copyright This file is licensed under the terms of the MIT License. * See LICENSE.txt for details. - * \brief Include this file to use libaesni. - * Includes all of the other libaesni's header files. + * + * \brief Include this file to use the library. Includes all the other header + * files. */ #pragma once |