diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-04-08 00:24:45 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-04-08 00:24:45 +0200 |
commit | b2a67d818b4cb640143e2fd53b4e646a2f943317 (patch) | |
tree | d51b2de3320ea5a271ac8377853d45d7f129be0b | |
parent | 1d24b6977dd86d7fa68e5ddd451722430b371b78 (diff) | |
download | uGFX-b2a67d818b4cb640143e2fd53b4e646a2f943317.tar.gz uGFX-b2a67d818b4cb640143e2fd53b4e646a2f943317.tar.bz2 uGFX-b2a67d818b4cb640143e2fd53b4e646a2f943317.zip |
some doxygen fixes
-rw-r--r-- | drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h | 2 | ||||
-rw-r--r-- | drivers/gdisp/SSD1963/gdisp_lld_panel_example.h | 2 | ||||
-rw-r--r-- | 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); |