Turn comments of 1.3 record transforms into Doxygen documentation

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker 2021-08-12 06:22:32 +01:00
parent 3aa186f946
commit e043d15d75
2 changed files with 4 additions and 4 deletions

View file

@ -1342,8 +1342,8 @@ struct mbedtls_ssl_context
* it references. */
#if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL)
/* The application data transform in TLS 1.3.
* This pointer owns the transform it references. */
/*! The application data transform in TLS 1.3.
* This pointer owns the transform it references. */
mbedtls_ssl_transform *MBEDTLS_PRIVATE(transform_application);
#endif /* MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL */