mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 19:46:33 +00:00
config: Fix Doxygen link to MBEDTLS_PARAM_FAILED
Don't use `#` for linking to function-like macros.
This commit is contained in:
parent
e3d29630a0
commit
c347b98154
|
@ -295,7 +295,7 @@
|
||||||
* the function mbedtls_param_failed() in your application.
|
* the function mbedtls_param_failed() in your application.
|
||||||
* See `platform_util.h` for its prototype.
|
* See `platform_util.h` for its prototype.
|
||||||
* - If you enable the macro #MBEDTLS_CHECK_PARAMS_ASSERT, then the
|
* - If you enable the macro #MBEDTLS_CHECK_PARAMS_ASSERT, then the
|
||||||
* library defines #MBEDTLS_PARAM_FAILED(\c cond) to be `assert(cond)`.
|
* library defines MBEDTLS_PARAM_FAILED(\c cond) to be `assert(cond)`.
|
||||||
* You can still supply an alternative definition of
|
* You can still supply an alternative definition of
|
||||||
* MBEDTLS_PARAM_FAILED(), which may call `assert`.
|
* MBEDTLS_PARAM_FAILED(), which may call `assert`.
|
||||||
* - If you define a macro MBEDTLS_PARAM_FAILED() before including `config.h`
|
* - If you define a macro MBEDTLS_PARAM_FAILED() before including `config.h`
|
||||||
|
|
Loading…
Reference in a new issue