doc: removed broken doxygen struct tags

This commit is contained in:
Oleg Hahm 2014-11-30 21:50:43 +01:00
parent 953a21b7a5
commit 36e49c6c65
2 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,7 @@
* @ingroup sys_crypto * @ingroup sys_crypto
* @{ * @{
* *
* @file cbcmode.h * @file
* @brief Headers of the implementation of the CBC Mode of Operation * @brief Headers of the implementation of the CBC Mode of Operation
* *
* Implementation of the CBC Mode of Operation with Ciphertext-Stealing for encryption. * 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 * @brief The context for processing the en-/decryption in the CBC-Mode with
* CTS * CTS
* *

View File

@ -101,7 +101,6 @@ typedef struct CipherModeContext {
/** /**
* @brief struct for an archive of all available ciphers * @brief struct for an archive of all available ciphers
* @struct BlockCipher_Archive_t CipherManager.h "ciphers/CipherManager.h"
* @typedef BlockCipher_Archive_t * @typedef BlockCipher_Archive_t
*/ */
typedef struct { typedef struct {