aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h2
-rw-r--r--drivers/gdisp/SSD1963/gdisp_lld_panel_example.h2
-rw-r--r--include/ginput/lld/mouse.h2
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);