commit | 62a7e7e65fb1c6bb0f6f0334677fa636839a5b8e | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Feb 07 21:54:47 2018 +0100 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 05 10:59:02 2018 +0300 |
tree | fe99a04d4718009cff80f9bb12971cc494eeb055 | |
parent | e59236fc17d2b404946a17d4af213c491294a81c [diff] [blame] |
Add a Doxygen-only section This is intended to document platform-specific definitions in PSA.
diff --git a/include/psa/crypto.h b/include/psa/crypto.h index fc299af..0bd9c03 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