diff --git a/include/psa/crypto.h b/include/psa/crypto.h index fc299af393..0bd9c03ebf 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -8,6 +8,14 @@ #include "crypto_platform.h" +#ifdef __DOXYGEN_ONLY__ +/** \defgroup platform Implementation-specific definitions + * @{ + */ + +/**@}*/ +#endif + #ifdef __cplusplus extern "C" { #endif