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