mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
Add missing doxygen comments for nsyshid
This commit is contained in:
parent
3483172b50
commit
b6ea35660a
@ -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
|
||||
|
||||
/** @} */
|
||||
|
5
include/nsyshid/nsyshid.dox
Normal file
5
include/nsyshid/nsyshid.dox
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* \defgroup nsyshid nsyshid
|
||||
*
|
||||
* Human Input Device functions.
|
||||
*/
|
@ -7,7 +7,6 @@
|
||||
* \ingroup padscore
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -6,7 +6,6 @@
|
||||
* \ingroup padscore
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user