From 3ee3a020c3464f19b7131b9013420ded3bcadf7c Mon Sep 17 00:00:00 2001 From: Jose Alamos <jose.alamos@haw-hamburg.de> Date: Tue, 28 Aug 2018 19:25:20 +0200 Subject: [PATCH] hashes/cmac: change ingroup directive --- sys/include/hashes/cmac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/hashes/cmac.h b/sys/include/hashes/cmac.h index dc84b08fe8..0b92473a0b 100644 --- a/sys/include/hashes/cmac.h +++ b/sys/include/hashes/cmac.h @@ -8,7 +8,7 @@ /** * @defgroup sys_hashes_cmac AES_CMAC - * @ingroup sys_hashes + * @ingroup sys_hashes_keyed * @brief Implementation of the AES CMAC hashing function * @{ -- GitLab