mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-11 03:56:24 -05:00
Add missing doxygen comments for nsyshid
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user