Skip to content

Commit 3255473

Browse files
Daniel Jaecklemluis1
authored andcommitted
Enable secure_element.h for doxygen
1 parent 37e8fde commit 3255473

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/mac/secure-element.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
*
3131
* \author Johannes Bruder ( STACKFORCE )
3232
*
33+
* \defgroup SECUREELEMENT Secure Element API Definition
34+
*
35+
* \{
36+
*
3337
*/
3438
#ifndef __SECURE_ELEMENT_H__
3539
#define __SECURE_ELEMENT_H__
@@ -198,4 +202,6 @@ SecureElementStatus_t SecureElementSetJoinEui( uint8_t* joinEui );
198202
*/
199203
uint8_t* SecureElementGetJoinEui( void );
200204

205+
/*! \} defgroup SECUREELEMENT */
206+
201207
#endif // __SECURE_ELEMENT_H__

0 commit comments

Comments
 (0)