doc: removed broken doxygen struct tags
This commit is contained in:
parent
953a21b7a5
commit
36e49c6c65
@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user