Skip to content

Commit

Permalink
Enable secure_element.h for doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jaeckle authored and mluis1 committed Jul 19, 2019
1 parent 37e8fde commit 3255473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mac/secure-element.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
*
* \author Johannes Bruder ( STACKFORCE )
*
* \defgroup SECUREELEMENT Secure Element API Definition
*
* \{
*
*/
#ifndef __SECURE_ELEMENT_H__
#define __SECURE_ELEMENT_H__
Expand Down Expand Up @@ -198,4 +202,6 @@ SecureElementStatus_t SecureElementSetJoinEui( uint8_t* joinEui );
*/
uint8_t* SecureElementGetJoinEui( void );

/*! \} defgroup SECUREELEMENT */

#endif // __SECURE_ELEMENT_H__

0 comments on commit 3255473

Please sign in to comment.