From a520a32209cc6057b985bde5d0ad21a8f4186bf2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 18 Dec 2012 23:15:47 +0100 Subject: more doxygen --- drivers/ginput/touch/ADS7843/ginput_lld_mouse.c | 2 +- drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h | 2 +- .../ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h | 2 +- .../ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h | 2 +- drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h | 5 +++-- drivers/ginput/touch/MCU/ginput_lld_mouse.c | 2 +- drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h | 2 +- drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h | 2 +- drivers/ginput/touch/MCU/ginput_lld_mouse_config.h | 2 +- 9 files changed, 11 insertions(+), 10 deletions(-) (limited to 'drivers/ginput/touch') diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c index 604a91fb..65065176 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c @@ -22,7 +22,7 @@ * @file drivers/ginput/touch/ADS7843/ginput_lld_mouse.c * @brief GINPUT Touch low level driver source for the ADS7843. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * @{ */ diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h index 754b4667..9f4f2dc1 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h @@ -22,7 +22,7 @@ * @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h * @brief GINPUT Touch low level driver source for the ADS7843 on the example board. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * @{ */ diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h index cc5105bd..04d77be6 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h @@ -22,7 +22,7 @@ * @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h * @brief GINPUT Touch low level driver source for the ADS7843 on the example board. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * @{ */ diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h index 9a1bb781..6c5f7e37 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h @@ -22,7 +22,7 @@ * @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h * @brief GINPUT Touch low level driver source for the ADS7843 on an Olimex STM32E407. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * @{ */ diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h index 7f77112c..30a13841 100644 --- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h +++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h @@ -21,11 +21,12 @@ * @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h * @brief GINPUT LLD header file for mouse/touch driver. * - * @defgroup Mouse - * @ingroup GINPUT + * @defgroup Mouse Mouse + * @ingroup GINPUT * * @{ */ + #ifndef _LLD_GINPUT_MOUSE_CONFIG_H #define _LLD_GINPUT_MOUSE_CONFIG_H diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse.c b/drivers/ginput/touch/MCU/ginput_lld_mouse.c index 376767c7..b43a14e7 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse.c +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse.c @@ -22,7 +22,7 @@ * @file drivers/ginput/touch/MCU/ginput_lld_mouse.c * @brief GINPUT Touch low level driver source for the MCU. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * * @{ diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h index ac195735..913d50c9 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h @@ -22,7 +22,7 @@ * @file drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h * @brief GINPUT Touch low level driver source for the MCU on the example board. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * * @{ diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h index d1940d5b..510e8e81 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h @@ -22,7 +22,7 @@ * @file drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h * @brief GINPUT Touch low level driver source for the MCU on the example board. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * * @{ diff --git a/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h b/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h index 07106e05..1b5c7b6b 100644 --- a/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h +++ b/drivers/ginput/touch/MCU/ginput_lld_mouse_config.h @@ -21,7 +21,7 @@ * @file drivers/ginput/touch/MCU/ginput_lld_mouse_config.h * @brief GINPUT LLD header file for touch driver. * - * @defgroup Mouse + * @defgroup Mouse Mouse * @ingroup GINPUT * * @{ -- cgit v1.2.3