Doxygen: use \p for parameter names

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-05-19 12:21:53 +02:00
parent b7bb0687f7
commit fe561fe717

View File

@ -289,10 +289,10 @@ int mbedtls_gcm_update_ad( mbedtls_gcm_context *ctx,
* *
* In particular: * In particular:
* - It is always correct to call this function with * - It is always correct to call this function with
* \c output_size >= \c input_size + 15. * \p output_size >= \p input_size + 15.
* - If \c input_size is a multiple of 16 for all the calls * - If \p input_size is a multiple of 16 for all the calls
* to this function during an operation, then it is * to this function during an operation, then it is
* correct to use \c output_size = \c input_size. * correct to use \p output_size = \p input_size.
* *
* \note For decryption, the output buffer cannot be the same as * \note For decryption, the output buffer cannot be the same as
* input buffer. If the buffers overlap, the output buffer * input buffer. If the buffers overlap, the output buffer