1
0
Fork 0

Update Doxygen comments for some headers (#20194)

This commit is contained in:
Ryan 2023-03-22 14:32:49 +11:00 committed by GitHub
parent 74c033eaf2
commit 9c3c159286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 25 additions and 18 deletions

View file

@ -3,10 +3,15 @@
#pragma once
/** \file
/**
* \file
*
* Exposes a set of functionality to act as a virtual padlock for your device
* ... As long as that padlock is made of paper and its currently raining.
* \defgroup secure Secure API
*
* \brief Exposes a set of functionality to act as a virtual padlock for your device
* ...as long as that padlock is made of paper and it's currently raining.
*
* \{
*/
#include <stdint.h>
@ -77,3 +82,5 @@ bool secure_hook_user(secure_status_t secure_status);
/** \brief keyboard hook called when changing secure status device
*/
bool secure_hook_kb(secure_status_t secure_status);
/** \} */