From 8bc7b22ce73c16b8975dad57dbff79be2fbf84f8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 22:04:35 +0100 Subject: doxygen --- include/ginput/lld/toggle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/ginput/lld/toggle.h') diff --git a/include/ginput/lld/toggle.h b/include/ginput/lld/toggle.h index 2b437ed9..77f6b346 100644 --- a/include/ginput/lld/toggle.h +++ b/include/ginput/lld/toggle.h @@ -21,7 +21,8 @@ * @file include/ginput/lld/toggle.h * @brief GINPUT header file for toggle drivers. * - * @addtogroup GINPUT_TOGGLE + * @defgroup Toggle + * @ingroup GINPUT * @{ */ #ifndef _LLD_GINPUT_TOGGLE_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 --- include/ginput/lld/toggle.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/ginput/lld/toggle.h') diff --git a/include/ginput/lld/toggle.h b/include/ginput/lld/toggle.h index 77f6b346..a75a670f 100644 --- a/include/ginput/lld/toggle.h +++ b/include/ginput/lld/toggle.h @@ -21,10 +21,11 @@ * @file include/ginput/lld/toggle.h * @brief GINPUT header file for toggle drivers. * - * @defgroup Toggle + * @defgroup Toggle Toggle * @ingroup GINPUT * @{ */ + #ifndef _LLD_GINPUT_TOGGLE_H #define _LLD_GINPUT_TOGGLE_H @@ -69,3 +70,4 @@ extern "C" { #endif /* _LLD_GINPUT_TOGGLE_H */ /** @} */ + -- cgit v1.2.3