Add a Doxygen-only section

This is intended to document platform-specific definitions in PSA.
This commit is contained in:
Gilles Peskine 2018-02-07 21:54:47 +01:00 committed by itayzafrir
parent e59236fc17
commit 62a7e7e65f

View File

@ -8,6 +8,14 @@
#include "crypto_platform.h"
#ifdef __DOXYGEN_ONLY__
/** \defgroup platform Implementation-specific definitions
* @{
*/
/**@}*/
#endif
#ifdef __cplusplus
extern "C" {
#endif