Merge pull request #9956 from moranpeker/attestation_doxy

Add attestation doxygen
pull/9998/head
Cruz Monrreal 2019-03-06 16:36:00 -06:00 committed by GitHub
commit 254650c03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. */ /* to a stable set of APIs once all the feedback has been considered. */
/***************************************************************************/ /***************************************************************************/
/** @addtogroup PSA-Attestation
* @{
*/
#ifndef __PSA_INITIAL_ATTESTATION_API_H__ #ifndef __PSA_INITIAL_ATTESTATION_API_H__
#define __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 #endif
/** @}*/ // PSA-Attestation
#endif /* __PSA_INITIAL_ATTESTATION_API_H__ */ #endif /* __PSA_INITIAL_ATTESTATION_API_H__ */