mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-29 21:07:14 +00:00
Add a Doxygen-only section
This is intended to document platform-specific definitions in PSA.
This commit is contained in:
parent
e59236fc17
commit
62a7e7e65f
|
@ -8,6 +8,14 @@
|
||||||
|
|
||||||
#include "crypto_platform.h"
|
#include "crypto_platform.h"
|
||||||
|
|
||||||
|
#ifdef __DOXYGEN_ONLY__
|
||||||
|
/** \defgroup platform Implementation-specific definitions
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**@}*/
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue