diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-12 03:36:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-12 03:36:57 +0300 |
commit | 144b8596db7b45e22448e63d115b9902c14259fd (patch) | |
tree | b7b8b87821f82f13e2c34058ea7eef56a5cd0469 /include/aesni/all.h | |
parent | add error message formatting functions (diff) | |
download | aes-tools-144b8596db7b45e22448e63d115b9902c14259fd.tar.gz aes-tools-144b8596db7b45e22448e63d115b9902c14259fd.zip |
add function docs to parts of the library
Diffstat (limited to 'include/aesni/all.h')
-rw-r--r-- | include/aesni/all.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/aesni/all.h b/include/aesni/all.h index 4653eca..6f00fb7 100644 --- a/include/aesni/all.h +++ b/include/aesni/all.h @@ -4,10 +4,16 @@ * \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. */ #pragma once +/** + * \defgroup aesni AesNI + */ + #include "block.h" #include "buffer.h" #include "data.h" |