diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-10-18 17:10:15 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-10-18 17:10:15 +1000 |
commit | 29cf77746c973f63b694a3b56008173eb208939e (patch) | |
tree | 4ee7f1cc84d8f8215df619e017f28948691ef888 /drivers/gdisp | |
parent | 668afded53f3e35f73126808688fbf659cf1a63c (diff) | |
download | uGFX-29cf77746c973f63b694a3b56008173eb208939e.tar.gz uGFX-29cf77746c973f63b694a3b56008173eb208939e.tar.bz2 uGFX-29cf77746c973f63b694a3b56008173eb208939e.zip |
Fix doxygen comments.
Diffstat (limited to 'drivers/gdisp')
-rw-r--r-- | drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h | 4 | ||||
-rw-r--r-- | drivers/gdisp/ILI9325/board_ILI9325_template.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h b/drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h index ed697b6f..166ebc33 100644 --- a/drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h +++ b/drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h @@ -19,7 +19,7 @@ /** - * @file drivers/gdisp/ILI9325/gdisp_lld_board_hy_stm32_100p.h + * @file drivers/gdisp/ILI9325/board_ILI9325_hy_stm32_100p.h * @brief GDISP Graphic Driver subsystem board interface for the ILI9325 display. */ @@ -113,5 +113,3 @@ static inline uint16_t read_data(GDisplay *g) { } #endif /* GDISP_LLD_BOARD_H */ -/** @} */ - diff --git a/drivers/gdisp/ILI9325/board_ILI9325_template.h b/drivers/gdisp/ILI9325/board_ILI9325_template.h index 4d54ba34..7b067293 100644 --- a/drivers/gdisp/ILI9325/board_ILI9325_template.h +++ b/drivers/gdisp/ILI9325/board_ILI9325_template.h @@ -6,7 +6,7 @@ */ /** - * @file drivers/gdisp/ILI9325/gdisp_lld_board_template.h + * @file drivers/gdisp/ILI9325/board_ILI9325_template.h * @brief GDISP Graphic Driver subsystem board interface for the ILI9325 display. * * @addtogroup GDISP |