mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 13:25:42 +01:00
Fix doxygen for new x509 structures
The documentation for some new structures and members was only a C style comment and wasn't picked up by doxygen. This commit adds the missing asterisks.
This commit is contained in:
parent
3c4734a2a5
commit
5091bec3ea
@ -99,7 +99,7 @@ typedef struct mbedtls_x509_crt
|
||||
}
|
||||
mbedtls_x509_crt;
|
||||
|
||||
/*
|
||||
/**
|
||||
* From RFC 5280 section 4.2.1.6:
|
||||
* OtherName ::= SEQUENCE {
|
||||
* type-id OBJECT IDENTIFIER,
|
||||
@ -110,7 +110,7 @@ typedef struct mbedtls_x509_san_other_name
|
||||
mbedtls_x509_buf type_id; /**< The type id. */
|
||||
union
|
||||
{
|
||||
/*
|
||||
/**
|
||||
* From RFC 4108 section 5:
|
||||
* HardwareModuleName ::= SEQUENCE {
|
||||
* hwType OBJECT IDENTIFIER,
|
||||
@ -122,7 +122,7 @@ typedef struct mbedtls_x509_san_other_name
|
||||
}
|
||||
mbedtls_x509_san_other_name;
|
||||
|
||||
/*
|
||||
/**
|
||||
* A structure for holding the parsed Subject Alternative Name, according to type
|
||||
*/
|
||||
typedef struct mbedtls_x509_subject_alternative_name
|
||||
|
Loading…
Reference in New Issue
Block a user