Attestation doxygen

pull/9956/head
Moran Peker 2019-03-06 15:39:08 +02:00
parent 9d72a5cf79
commit c0633e56b1
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,11 @@
/* to a stable set of APIs once all the feedback has been considered. */
/***************************************************************************/
/** @addtogroup PSA-Attestation
* @{
*/
#ifndef __PSA_INITIAL_ATTESTATION_API_H__
#define __PSA_INITIAL_ATTESTATION_API_H__
@ -223,4 +228,6 @@ psa_initial_attest_get_token_size(uint32_t challenge_size,
}
#endif
/** @}*/ // PSA-Attestation
#endif /* __PSA_INITIAL_ATTESTATION_API_H__ */