diff options
Diffstat (limited to 'src/ginput/keyboard.c')
-rw-r--r-- | src/ginput/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ginput/keyboard.c b/src/ginput/keyboard.c index bd443e77..c2d84e9a 100644 --- a/src/ginput/keyboard.c +++ b/src/ginput/keyboard.c @@ -22,7 +22,8 @@ * @file src/ginput/keyboard.c
* @brief GINPUT keyboard code.
*
- * @addtogroup GINPUT
+ * @defgroup Keyboard
+ * @intogroup GINPUT
* @{
*/
#include "ch.h"
|