some doxygen fixes

ugfx_release_2.6
Joel Bodenmann 2013-04-08 00:24:45 +02:00
parent 1d24b6977d
commit b2a67d818b
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
*/
/**
* @file drivers/gdisp/SSD1963/gdisp_lld_board_example.h
* @file drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h
* @brief GDISP Graphic Driver subsystem board interface for the SSD1963 display.
*
* @addtogroup GDISP

View File

@ -19,7 +19,7 @@
*/
/**
* @file SSD1963/gdisp_lld_panel.h
* @file drivers/gdisp/SSD1963/gdisp_lld_panel_example.h
* @brief TFT LCD panel properties.
*
* @addtogroup GDISP

View File

@ -166,7 +166,7 @@ extern "C" {
* @note This routine is provided to low level drivers by the high level code
* @note Particularly useful if GINPUT_MOUSE_POLL_PERIOD = TIME_INFINITE
*
* @icode
* @iclass
* @notapi
*/
void ginputMouseWakeupI(void);