1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-23 00:02:39 +03:00

Add links for macros in doxygen documentation

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2023-02-23 09:40:24 +01:00
parent f3953c878e
commit 39a4f4285d
2 changed files with 8 additions and 8 deletions

View File

@@ -6,12 +6,12 @@
*
* Availability of functions in this modules is controled by two
* feature macros:
* - MBEDTLS_MD_C enables the whole module;
* - MBEDTLS_MD_LIGHT enables only functions for hashing and accessing
* - #MBEDTLS_MD_C enables the whole module;
* - #MBEDTLS_MD_LIGHT enables only functions for hashing and accessing
* most hash metadata (everything except string names); is it
* automatically set whenever MBEDTLS_MD_C is defined.
* automatically set whenever #MBEDTLS_MD_C is defined.
*
* The functions that are only available when MBEDTLS_MD_C is defined
* The functions that are only available when #MBEDTLS_MD_C is defined
* are grouped at the end of the file and guarded by this macro.
*
* \author Adriaan de Jong <dejong@fox-it.com>