mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
7baf0d5702
Doxygen interprets `\param` as starting documentation for a new param, or to extend a previously started `\param` documentation when the same reference is used. The intention here was to reference the function parameter, not extend the previous documentation. Use `\p` to refer to function parameters.