From a520a32209cc6057b985bde5d0ad21a8f4186bf2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 23:15:47 +0100 Subject: more doxygen --- src/ginput/dial.c | 2 +- src/ginput/keyboard.c | 6 ++++-- src/ginput/mouse.c | 2 +- src/ginput/toggle.c | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) (limited to 'src/ginput') diff --git a/src/ginput/dial.c b/src/ginput/dial.c index 756861f8..a447d8bc 100644 --- a/src/ginput/dial.c +++ b/src/ginput/dial.c @@ -22,7 +22,7 @@ * @file src/ginput/dial.c * @brief GINPUT dial code. * - * @defgroup Dial + * @defgroup Dial Dial * @ingroup GINPUT * @{ */ diff --git a/src/ginput/keyboard.c b/src/ginput/keyboard.c index c2d84e9a..56ff5e8a 100644 --- a/src/ginput/keyboard.c +++ b/src/ginput/keyboard.c @@ -22,10 +22,12 @@ * @file src/ginput/keyboard.c * @brief GINPUT keyboard code. * - * @defgroup Keyboard - * @intogroup GINPUT + * @defgroup Keyboard Keyboard + * @ingroup GINPUT + * * @{ */ + #include "ch.h" #include "hal.h" #include "gfx.h" diff --git a/src/ginput/mouse.c b/src/ginput/mouse.c index 1b2fe897..35a55bc5 100644 --- a/src/ginput/mouse.c +++ b/src/ginput/mouse.c @@ -22,7 +22,7 @@ * @file src/ginput/mouse.c * @brief GINPUT mouse/touch code. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * @{ */ diff --git a/src/ginput/toggle.c b/src/ginput/toggle.c index 447605a1..66021cd0 100644 --- a/src/ginput/toggle.c +++ b/src/ginput/toggle.c @@ -22,7 +22,7 @@ * @file src/ginput/toggle.c * @brief GINPUT toggle code. * - * @defgroup Toggle + * @defgroup Toggle Toggle * @ingroup GINPUT * @{ */ -- cgit v1.2.3