Add missing doxygen comments for nsyshid

This commit is contained in:
James Benton 2018-06-18 11:13:47 +01:00
parent 3483172b50
commit b6ea35660a
4 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,11 @@
#pragma once
#include <wut.h>
/**
* \defgroup nsyshid_hid HID API
* \ingroup nsyshid
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
@ -149,3 +154,5 @@ HIDWrite(uint32_t handle,
#ifdef __cplusplus
}
#endif
/** @} */

View File

@ -0,0 +1,5 @@
/**
* \defgroup nsyshid nsyshid
*
* Human Input Device functions.
*/

View File

@ -7,7 +7,6 @@
* \ingroup padscore
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -6,7 +6,6 @@
* \ingroup padscore
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif