From 36e49c6c6594e11be59c89e813c3cb28e252b446 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Sun, 30 Nov 2014 21:50:43 +0100 Subject: [PATCH] doc: removed broken doxygen struct tags --- sys/include/crypto/cbcmode.h | 3 +-- sys/include/crypto/ciphers.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/include/crypto/cbcmode.h b/sys/include/crypto/cbcmode.h index 1880861de7..5db9802517 100644 --- a/sys/include/crypto/cbcmode.h +++ b/sys/include/crypto/cbcmode.h @@ -10,7 +10,7 @@ * @ingroup sys_crypto * @{ * - * @file cbcmode.h + * @file * @brief Headers of the implementation of the CBC Mode of Operation * * Implementation of the CBC Mode of Operation with Ciphertext-Stealing for encryption. @@ -71,7 +71,6 @@ enum { /** - * @struct CBCModeContext CBCMode.c "CBCMode.c" * @brief The context for processing the en-/decryption in the CBC-Mode with * CTS * diff --git a/sys/include/crypto/ciphers.h b/sys/include/crypto/ciphers.h index fe0cd70556..20dd60a44c 100644 --- a/sys/include/crypto/ciphers.h +++ b/sys/include/crypto/ciphers.h @@ -101,7 +101,6 @@ typedef struct CipherModeContext { /** * @brief struct for an archive of all available ciphers - * @struct BlockCipher_Archive_t CipherManager.h "ciphers/CipherManager.h" * @typedef BlockCipher_Archive_t */ typedef struct {