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 +- src/gwin/button.c | 2 +- src/gwin/console.c | 2 +- src/gwin/graph.c | 2 +- src/gwin/gwin.c | 2 +- 8 files changed, 11 insertions(+), 9 deletions(-) (limited to 'src') 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 * @{ */ diff --git a/src/gwin/button.c b/src/gwin/button.c index 3c1e4799..9a06f4fe 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.c @@ -21,7 +21,7 @@ * @file src/gwin/button.c * @brief GWIN sub-system button code. * - * @defgroup Button + * @defgroup Button Button * @ingroup GWIN * * @{ diff --git a/src/gwin/console.c b/src/gwin/console.c index 10fa4257..0297da30 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.c @@ -21,7 +21,7 @@ * @file src/gwin/console.c * @brief GWIN sub-system console code. * - * @defgroup Console + * @defgroup Console Console * @ingroup GWIN * * @{ diff --git a/src/gwin/graph.c b/src/gwin/graph.c index bc2af1e9..39628047 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.c @@ -21,7 +21,7 @@ * @file src/gwin/button.c * @brief GWIN sub-system button code. * - * @defgroup Button + * @defgroup Button Button * @ingroup GWIN * * @{ diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index 720f355c..4eef79ad 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -21,7 +21,7 @@ * @file src/gwin/gwin.c * @brief GWIN sub-system code. * - * @defgroup Window + * @defgroup Window Window * @ingroup GWIN * * @{ -- cgit v1.2.3