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/SSD1963/gdisp_lld.c | 2 +- drivers/gdisp/SSD1963/gdisp_lld_config.h | 3 ++- drivers/gdisp/SSD1963/ssd1963.h | 10 +--------- 3 files changed, 4 insertions(+), 11 deletions(-) (limited to 'drivers/gdisp/SSD1963') 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 -/** @} */ + -- cgit v1.2.3