some doxygen fixes
This commit is contained in:
parent
1d24b6977d
commit
b2a67d818b
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue