From 62a7e7e65fb1c6bb0f6f0334677fa636839a5b8e Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 7 Feb 2018 21:54:47 +0100 Subject: [PATCH] Add a Doxygen-only section This is intended to document platform-specific definitions in PSA. --- include/psa/crypto.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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