Remove backticks in doxygen in config.h

This commit is contained in:
Manuel Pégourié-Gonnard 2019-07-01 10:57:27 +02:00
parent f1c6ad4c5f
commit e431563269

View file

@ -1278,8 +1278,8 @@
* which allows to identify DTLS connections across changes * which allows to identify DTLS connections across changes
* in the underlying transport. * in the underlying transport.
* *
* Setting this option enables the SSL APIs `mbedtls_ssl_set_cid()`, * Setting this option enables the SSL APIs mbedtls_ssl_set_cid(),
* `mbedtls_ssl_get_peer_cid()` and `mbedtls_ssl_conf_cid()`. * mbedtls_ssl_get_peer_cid() and mbedtls_ssl_conf_cid().
* See the corresponding documentation for more information. * See the corresponding documentation for more information.
* *
* \warning The Connection ID extension is still in draft state. * \warning The Connection ID extension is still in draft state.
@ -1710,10 +1710,10 @@
* you'll also need to enable MBEDTLS_SSL_SESSION_TICKETS. * you'll also need to enable MBEDTLS_SSL_SESSION_TICKETS.
* *
* Server-side, this option is only useful in conjunction with at least * Server-side, this option is only useful in conjunction with at least
* one of `!MBEDTLS_SSL_NO_SESSION_CACHE` or `MBEDTLS_SSL_SESSION_TICKETS`. * one of !MBEDTLS_SSL_NO_SESSION_CACHE or MBEDTLS_SSL_SESSION_TICKETS.
* Each one of these additionally requires an implementation of the cache * Each one of these additionally requires an implementation of the cache
* or tickets, examples of which are provided by `MBEDTLS_SSL_CACHE_C` * or tickets, examples of which are provided by MBEDTLS_SSL_CACHE_C
* and `MBEDTLS_SSL_TICKETS_C` respectively. * and MBEDTLS_SSL_TICKETS_C respectively.
* *
* Uncomment this macro to disable support for SSL session resumption * Uncomment this macro to disable support for SSL session resumption
*/ */