From b6ea35660aa631a7eafae99f9c3c67f4daa2bde6 Mon Sep 17 00:00:00 2001 From: James Benton Date: Mon, 18 Jun 2018 11:13:47 +0100 Subject: [PATCH] Add missing doxygen comments for nsyshid --- include/nsyshid/hid.h | 7 +++++++ include/nsyshid/nsyshid.dox | 5 +++++ include/padscore/kpad.h | 1 - include/padscore/wpad.h | 1 - 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 include/nsyshid/nsyshid.dox diff --git a/include/nsyshid/hid.h b/include/nsyshid/hid.h index bce47c4b..73104cdc 100644 --- a/include/nsyshid/hid.h +++ b/include/nsyshid/hid.h @@ -1,6 +1,11 @@ #pragma once #include +/** + * \defgroup nsyshid_hid HID API + * \ingroup nsyshid + * @{ + */ #ifdef __cplusplus extern "C" { #endif @@ -149,3 +154,5 @@ HIDWrite(uint32_t handle, #ifdef __cplusplus } #endif + +/** @} */ diff --git a/include/nsyshid/nsyshid.dox b/include/nsyshid/nsyshid.dox new file mode 100644 index 00000000..a4907d23 --- /dev/null +++ b/include/nsyshid/nsyshid.dox @@ -0,0 +1,5 @@ +/** + * \defgroup nsyshid nsyshid + * + * Human Input Device functions. + */ diff --git a/include/padscore/kpad.h b/include/padscore/kpad.h index 2b212644..7c6dbcd3 100644 --- a/include/padscore/kpad.h +++ b/include/padscore/kpad.h @@ -7,7 +7,6 @@ * \ingroup padscore * @{ */ - #ifdef __cplusplus extern "C" { #endif diff --git a/include/padscore/wpad.h b/include/padscore/wpad.h index 744fc154..f295a27c 100644 --- a/include/padscore/wpad.h +++ b/include/padscore/wpad.h @@ -6,7 +6,6 @@ * \ingroup padscore * @{ */ - #ifdef __cplusplus extern "C" { #endif