From 8bc7b22ce73c16b8975dad57dbff79be2fbf84f8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 22:04:35 +0100 Subject: doxygen --- src/ginput/dial.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ginput/dial.c') diff --git a/src/ginput/dial.c b/src/ginput/dial.c index 233daa08..756861f8 100644 --- a/src/ginput/dial.c +++ b/src/ginput/dial.c @@ -22,7 +22,8 @@ * @file src/ginput/dial.c * @brief GINPUT dial code. * - * @addtogroup GINPUT + * @defgroup Dial + * @ingroup GINPUT * @{ */ #include "ch.h" -- cgit v1.2.3 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ginput/dial.c') 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 * @{ */ -- cgit v1.2.3