From 75de4fe1db55217b5a7cf9c705738d3ad2c9044a Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 3 Nov 2012 02:23:34 +0100 Subject: docs --- drivers/gdisp/Nokia6610/gdisp_lld.c | 2 +- drivers/gdisp/Nokia6610/gdisp_lld_board_example.h | 2 +- drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h | 2 +- drivers/gdisp/Nokia6610/gdisp_lld_config.h | 2 +- drivers/gdisp/S6D1121/gdisp_lld.c | 3 ++- drivers/gdisp/S6D1121/gdisp_lld_config.h | 3 ++- drivers/gdisp/S6D1121/s6d1121_lld.c.h | 3 ++- drivers/gdisp/SSD1963/gdisp_lld.c | 2 +- drivers/gdisp/SSD1963/gdisp_lld_config.h | 3 ++- drivers/gdisp/SSD1963/ssd1963.h | 10 +--------- drivers/gdisp/TestStub/gdisp_lld.c | 2 +- drivers/gdisp/TestStub/gdisp_lld_config.h | 2 +- drivers/gdisp/VMT/gdisp_lld.c | 3 ++- drivers/gdisp/VMT/gdisp_lld_config.h | 3 ++- drivers/gdisp/VMT/gdisp_lld_driver1.c | 3 ++- drivers/gdisp/VMT/gdisp_lld_driver2.c | 3 ++- drivers/touchpad/ADS7843/touchpad_lld.c | 4 ++-- drivers/touchpad/ADS7843/touchpad_lld_config.h | 3 ++- drivers/touchpad/XPT2046/touchpad_lld.c | 2 +- drivers/touchpad/XPT2046/touchpad_lld_config.h | 3 ++- 20 files changed, 31 insertions(+), 29 deletions(-) (limited to 'drivers') diff --git a/drivers/gdisp/Nokia6610/gdisp_lld.c b/drivers/gdisp/Nokia6610/gdisp_lld.c index e3da570e..1e96247e 100644 --- a/drivers/gdisp/Nokia6610/gdisp_lld.c +++ b/drivers/gdisp/Nokia6610/gdisp_lld.c @@ -19,7 +19,7 @@ */ /** - * @file gdispNokia6610/gdisp_lld.c + * @file drivers/gdisp/Nokia6610/gdisp_lld.c * @brief GDISP Graphics Driver subsystem low level driver source for the Nokia6610 display. * * @addtogroup GDISP diff --git a/drivers/gdisp/Nokia6610/gdisp_lld_board_example.h b/drivers/gdisp/Nokia6610/gdisp_lld_board_example.h index 2681a235..c76cf83c 100644 --- a/drivers/gdisp/Nokia6610/gdisp_lld_board_example.h +++ b/drivers/gdisp/Nokia6610/gdisp_lld_board_example.h @@ -19,7 +19,7 @@ */ /** - * @file gdispNokia6610/gdisp_lld_board_example.h + * @file drivers/gdisp/Nokia6610/gdisp_lld_board_example.h * @brief GDISP Graphic Driver subsystem board interface for the Nokia6610 display. * * @addtogroup GDISP diff --git a/drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h b/drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h index 679773ab..6ab59c3e 100644 --- a/drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h +++ b/drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h @@ -23,7 +23,7 @@ #endif /** - * @file gdispNokia6610/gdisp_lld_board_olimexsam7ex256.h + * @file drivers/gdisp/Nokia6610/gdisp_lld_board_olimexsam7ex256.h * @brief GDISP Graphic Driver subsystem board interface for the Olimex SAM7-EX256 board. * * @addtogroup GDISP diff --git a/drivers/gdisp/Nokia6610/gdisp_lld_config.h b/drivers/gdisp/Nokia6610/gdisp_lld_config.h index 23ae3cde..78d30007 100644 --- a/drivers/gdisp/Nokia6610/gdisp_lld_config.h +++ b/drivers/gdisp/Nokia6610/gdisp_lld_config.h @@ -19,7 +19,7 @@ */ /** - * @file gdispNokia6610/gdisp_lld_config.h + * @file drivers/gdisp/Nokia6610/gdisp_lld_config.h * @brief GDISP Graphic Driver subsystem low level driver header for the Nokia6610 display. * * @addtogroup GDISP diff --git a/drivers/gdisp/S6D1121/gdisp_lld.c b/drivers/gdisp/S6D1121/gdisp_lld.c index 6a8b4aed..7e1509be 100644 --- a/drivers/gdisp/S6D1121/gdisp_lld.c +++ b/drivers/gdisp/S6D1121/gdisp_lld.c @@ -19,7 +19,7 @@ */ /** - * @file gdispS6d1121/gdisp_lld.c + * @file drivers/gdisp/S6D1121/gdisp_lld.c * @brief GDISP Graphics Driver subsystem low level driver source for the S6d1121 display. * * @addtogroup GDISP @@ -501,3 +501,4 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) { #endif /* GFX_USE_GDISP */ /** @} */ + diff --git a/drivers/gdisp/S6D1121/gdisp_lld_config.h b/drivers/gdisp/S6D1121/gdisp_lld_config.h index 8135871e..cc1b2907 100644 --- a/drivers/gdisp/S6D1121/gdisp_lld_config.h +++ b/drivers/gdisp/S6D1121/gdisp_lld_config.h @@ -19,7 +19,7 @@ */ /** - * @file gdispS6d1121/gdisp_lld_config.h + * @file drivers/gdisp/S6D1121/gdisp_lld_config.h * @brief GDISP Graphic Driver subsystem low level driver header for the S6d1121 display. * * @addtogroup GDISP @@ -51,3 +51,4 @@ #endif /* _GDISP_LLD_CONFIG_H */ /** @} */ + diff --git a/drivers/gdisp/S6D1121/s6d1121_lld.c.h b/drivers/gdisp/S6D1121/s6d1121_lld.c.h index 9d7223a9..b8f8078b 100644 --- a/drivers/gdisp/S6D1121/s6d1121_lld.c.h +++ b/drivers/gdisp/S6D1121/s6d1121_lld.c.h @@ -1,5 +1,5 @@ /* - ChibiOS/RT - Copyright (C) 2012 + ChibiOS/GFX - Copyright (C) 2012 Joel Bodenmann aka Tectu This file is part of ChibiOS/GFX. @@ -251,3 +251,4 @@ static void lld_lcdResetViewPort(void) { } #endif /* S6D1121_H */ + diff --git a/drivers/gdisp/SSD1963/gdisp_lld.c b/drivers/gdisp/SSD1963/gdisp_lld.c index d42bfd18..01a5ed40 100644 --- a/drivers/gdisp/SSD1963/gdisp_lld.c +++ b/drivers/gdisp/SSD1963/gdisp_lld.c @@ -19,7 +19,7 @@ */ /** - * @file SSD1963/gdisp_lld.c + * @file drivers/gdisp/SSD1963/gdisp_lld.c * @brief GDISP Graphics Driver subsystem low level driver source. * * @addtogroup GDISP diff --git a/drivers/gdisp/SSD1963/gdisp_lld_config.h b/drivers/gdisp/SSD1963/gdisp_lld_config.h index 18d21687..036df638 100644 --- a/drivers/gdisp/SSD1963/gdisp_lld_config.h +++ b/drivers/gdisp/SSD1963/gdisp_lld_config.h @@ -19,7 +19,7 @@ */ /** - * @file SSD1963/gdisp_lld_config.h + * @file drivers/gdisp/SSD1963/gdisp_lld_config.h * @brief GDISP Graphic Driver subsystem low level driver header. * * @addtogroup GDISP @@ -50,3 +50,4 @@ #endif /* _GDISP_LLD_CONFIG_H */ /** @} */ + diff --git a/drivers/gdisp/SSD1963/ssd1963.h b/drivers/gdisp/SSD1963/ssd1963.h index 4635981f..1aa28382 100644 --- a/drivers/gdisp/SSD1963/ssd1963.h +++ b/drivers/gdisp/SSD1963/ssd1963.h @@ -18,14 +18,6 @@ along with this program. If not, see . */ -/** - * @file SSD1963/ssd1963.h - * @brief SSD1963 specific data. - * - * @addtogroup GDISP - * @{ - */ - #ifndef SSD1963_H #define SSD1963_H @@ -138,4 +130,4 @@ #define SSD1963_GET_PIXEL_DATA_INTERFACE 0x00F1 #endif -/** @} */ + diff --git a/drivers/gdisp/TestStub/gdisp_lld.c b/drivers/gdisp/TestStub/gdisp_lld.c index d3b74585..90b2b490 100644 --- a/drivers/gdisp/TestStub/gdisp_lld.c +++ b/drivers/gdisp/TestStub/gdisp_lld.c @@ -19,7 +19,7 @@ */ /** - * @file gdispTestStub/gdisp_lld.c + * @file drivers/gdisp/TestStub/gdisp_lld.c * @brief GDISP Graphics Driver subsystem low level driver source (stub). * * @addtogroup GDISP diff --git a/drivers/gdisp/TestStub/gdisp_lld_config.h b/drivers/gdisp/TestStub/gdisp_lld_config.h index 45c2b6bd..ecf383a9 100644 --- a/drivers/gdisp/TestStub/gdisp_lld_config.h +++ b/drivers/gdisp/TestStub/gdisp_lld_config.h @@ -19,7 +19,7 @@ */ /** - * @file gdispTestStub/gdisp_lld_config.h + * @file drivers/gdisp/TestStub/gdisp_lld_config.h * @brief GDISP Graphic Driver subsystem low level driver header (stub). * * @addtogroup GDISP diff --git a/drivers/gdisp/VMT/gdisp_lld.c b/drivers/gdisp/VMT/gdisp_lld.c index f776dedd..9768fd4b 100644 --- a/drivers/gdisp/VMT/gdisp_lld.c +++ b/drivers/gdisp/VMT/gdisp_lld.c @@ -19,7 +19,7 @@ */ /** - * @file gdispVMT/gdisp_lld.c + * @file drivers/gdisp/VMT/gdisp_lld.c * @brief GDISP Graphics Driver subsystem low level driver source for VMT. * * @addtogroup GDISP @@ -279,3 +279,4 @@ bool_t gdisp_lld_init_VMT(void) { #endif /* GFX_USE_GDISP */ /** @} */ + diff --git a/drivers/gdisp/VMT/gdisp_lld_config.h b/drivers/gdisp/VMT/gdisp_lld_config.h index 1d44fca3..5f02f1d8 100644 --- a/drivers/gdisp/VMT/gdisp_lld_config.h +++ b/drivers/gdisp/VMT/gdisp_lld_config.h @@ -19,7 +19,7 @@ */ /** - * @file gdispVMT/gdisp_lld_config.h + * @file drivers/gdisp/VMT/gdisp_lld_config.h * @brief GDISP Graphic Driver subsystem low level driver header template. * * @addtogroup GDISP @@ -68,3 +68,4 @@ #endif /* _GDISP_LLD_CONFIG_H */ /** @} */ + diff --git a/drivers/gdisp/VMT/gdisp_lld_driver1.c b/drivers/gdisp/VMT/gdisp_lld_driver1.c index 28fc7992..46d1c82c 100644 --- a/drivers/gdisp/VMT/gdisp_lld_driver1.c +++ b/drivers/gdisp/VMT/gdisp_lld_driver1.c @@ -19,7 +19,7 @@ */ /** - * @file gdispVMT/gdisp_lld.c + * @file drivers/gdisp/VMT/gdisp_lld_driver1.c * @brief GDISP Graphics Driver subsystem low level driver source for VMT. * * @addtogroup GDISP @@ -49,3 +49,4 @@ #endif /* GFX_USE_GDISP */ /** @} */ + diff --git a/drivers/gdisp/VMT/gdisp_lld_driver2.c b/drivers/gdisp/VMT/gdisp_lld_driver2.c index 9f6bce23..3ca87d03 100644 --- a/drivers/gdisp/VMT/gdisp_lld_driver2.c +++ b/drivers/gdisp/VMT/gdisp_lld_driver2.c @@ -19,7 +19,7 @@ */ /** - * @file gdispVMT/gdisp_lld.c + * @file drivers/gdisp/VMT/gdisp_lld_driver2.c * @brief GDISP Graphics Driver subsystem low level driver source for VMT. * * @addtogroup GDISP @@ -49,3 +49,4 @@ #endif /* GFX_USE_GDISP */ /** @} */ + diff --git a/drivers/touchpad/ADS7843/touchpad_lld.c b/drivers/touchpad/ADS7843/touchpad_lld.c index 02b501a2..74b06095 100644 --- a/drivers/touchpad/ADS7843/touchpad_lld.c +++ b/drivers/touchpad/ADS7843/touchpad_lld.c @@ -19,7 +19,7 @@ */ /** - * @file touchpadXPT2046/touchpad_lld.c + * @file drivers/touchpad/XPT2046/touchpad_lld.c * @brief Touchpad Driver subsystem low level driver source. * * @addtogroup TOUCHPAD @@ -67,7 +67,7 @@ /** * @brief Low level Touchpad driver initialization. * - * @param[in] The touchpad driver + * @param[in] tp The touchpad driver * * @notapi */ diff --git a/drivers/touchpad/ADS7843/touchpad_lld_config.h b/drivers/touchpad/ADS7843/touchpad_lld_config.h index fa1e11eb..13b48922 100644 --- a/drivers/touchpad/ADS7843/touchpad_lld_config.h +++ b/drivers/touchpad/ADS7843/touchpad_lld_config.h @@ -19,7 +19,7 @@ */ /** - * @file touchpadADS7843/touchpad_lld_config.h + * @file drivers/touchpad/ADS7843/touchpad_lld_config.h * @brief Touchpad Driver subsystem low level driver. * * @addtogroup TOUCHPAD @@ -42,3 +42,4 @@ #endif /* _TOUCHPAD_LLD_CONFIG_H */ /** @} */ + diff --git a/drivers/touchpad/XPT2046/touchpad_lld.c b/drivers/touchpad/XPT2046/touchpad_lld.c index cb413fdf..50ff6acc 100644 --- a/drivers/touchpad/XPT2046/touchpad_lld.c +++ b/drivers/touchpad/XPT2046/touchpad_lld.c @@ -19,7 +19,7 @@ */ /** - * @file touchpadXPT2046/touchpad_lld.c + * @file drivers/touchpad/XPT2046/touchpad_lld.c * @brief Touchpad Driver subsystem low level driver source. * * @addtogroup TOUCHPAD diff --git a/drivers/touchpad/XPT2046/touchpad_lld_config.h b/drivers/touchpad/XPT2046/touchpad_lld_config.h index 801f5d18..f1cd9ff5 100644 --- a/drivers/touchpad/XPT2046/touchpad_lld_config.h +++ b/drivers/touchpad/XPT2046/touchpad_lld_config.h @@ -19,7 +19,7 @@ */ /** - * @file touchpadXPT2046/touchpad_lld_config.h + * @file drivers/touchpad/XPT2046/touchpad_lld_config.h * @brief Touchppad Driver subsystem low level driver. * * @addtogroup TOUCHPAD @@ -42,3 +42,4 @@ #endif /* _TOUCHPAD_LLD_CONFIG_H */ /** @} */ + -- cgit v1.2.3