mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
doc: removed broken doxygen struct tags
This commit is contained in:
parent
953a21b7a5
commit
36e49c6c65
@ -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
|
||||
*
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user