From b2a67d818b4cb640143e2fd53b4e646a2f943317 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 8 Apr 2013 00:24:45 +0200 Subject: [PATCH] some doxygen fixes --- drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h | 2 +- drivers/gdisp/SSD1963/gdisp_lld_panel_example.h | 2 +- include/ginput/lld/mouse.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h b/drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h index 12d40486..ad9fa8e4 100644 --- a/drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h +++ b/drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h @@ -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 diff --git a/drivers/gdisp/SSD1963/gdisp_lld_panel_example.h b/drivers/gdisp/SSD1963/gdisp_lld_panel_example.h index d0eea0d3..109d7332 100644 --- a/drivers/gdisp/SSD1963/gdisp_lld_panel_example.h +++ b/drivers/gdisp/SSD1963/gdisp_lld_panel_example.h @@ -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 diff --git a/include/ginput/lld/mouse.h b/include/ginput/lld/mouse.h index 05de28bf..046a06b1 100644 --- a/include/ginput/lld/mouse.h +++ b/include/ginput/lld/mouse.h @@ -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);