Skip to content

Commit 254650c

Browse files
author
Cruz Monrreal
authored
Merge pull request #9956 from moranpeker/attestation_doxy
Add attestation doxygen
2 parents ec845a7 + c0633e5 commit 254650c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/TARGET_PSA/services/attestation/psa_initial_attestation_api.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
/* to a stable set of APIs once all the feedback has been considered. */
1313
/***************************************************************************/
1414

15+
/** @addtogroup PSA-Attestation
16+
* @{
17+
*/
18+
19+
1520
#ifndef __PSA_INITIAL_ATTESTATION_API_H__
1621
#define __PSA_INITIAL_ATTESTATION_API_H__
1722

@@ -223,4 +228,6 @@ psa_initial_attest_get_token_size(uint32_t challenge_size,
223228
}
224229
#endif
225230

231+
/** @}*/ // PSA-Attestation
232+
226233
#endif /* __PSA_INITIAL_ATTESTATION_API_H__ */

0 commit comments

Comments
 (0)