From 3c7ac9c2cf17d7a275ecb6261cc1e48bcf4a5597 Mon Sep 17 00:00:00 2001 From: mobyfab Date: Fri, 31 Aug 2012 20:09:22 +0200 Subject: updated comments, cleaning --- drivers/gdisp/SSD1963/ssd1963.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'drivers/gdisp/SSD1963/ssd1963.h') diff --git a/drivers/gdisp/SSD1963/ssd1963.h b/drivers/gdisp/SSD1963/ssd1963.h index 0faa7c4e..794658e2 100644 --- a/drivers/gdisp/SSD1963/ssd1963.h +++ b/drivers/gdisp/SSD1963/ssd1963.h @@ -18,6 +18,14 @@ along with this program. If not, see . */ +/** + * @file SSD1963/ssd1963.h + * @brief SSD1963 specific data. + * + * @addtogroup GDISP + * @{ + */ + #ifndef SSD1963_H #define SSD1963_H @@ -135,4 +143,5 @@ #define SSD1963_PDI_9BIT 6 #define SSD1963_GET_PIXEL_DATA_INTERFACE 0x00F1 -#endif \ No newline at end of file +#endif +/** @} */ \ No newline at end of file -- cgit v1.2.3