mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 22:06:38 +01:00
Fixed documentation issues found by clang
This commit is contained in:
parent
92bc875e0a
commit
a36d23e290
10 changed files with 21 additions and 21 deletions
|
|
@ -226,7 +226,7 @@ typedef enum {
|
|||
|
||||
typedef struct _ssl_ciphersuite_t ssl_ciphersuite_t;
|
||||
|
||||
#define POLARSSL_CIPHERSUITE_WEAK 0x01 /*<! Weak ciphersuite flag */
|
||||
#define POLARSSL_CIPHERSUITE_WEAK 0x01 /**< Weak ciphersuite flag */
|
||||
|
||||
/**
|
||||
* \brief This structure is used for storing ciphersuite information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue