From e12a213ff1d02a2f56b7d21208e3a30329605bc1 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 1 Jun 2013 01:57:20 +0200 Subject: [PATCH] doxygen fixes --- demos/3rdparty/tdisp_f4_discovery/chconf.h | 12 ------------ demos/3rdparty/tdisp_f4_discovery/halconf.h | 12 ------------ .../HX8347D/gdisp_lld_board_st_stm32f4_discovery.h | 2 +- include/tdisp/tdisp.h | 9 +-------- 4 files changed, 2 insertions(+), 33 deletions(-) diff --git a/demos/3rdparty/tdisp_f4_discovery/chconf.h b/demos/3rdparty/tdisp_f4_discovery/chconf.h index b1f2cd62..8c706ab3 100644 --- a/demos/3rdparty/tdisp_f4_discovery/chconf.h +++ b/demos/3rdparty/tdisp_f4_discovery/chconf.h @@ -18,17 +18,6 @@ along with this program. If not, see . */ -/** - * @file templates/chconf.h - * @brief Configuration file template. - * @details A copy of this file must be placed in each project directory, it - * contains the application specific kernel settings. - * - * @addtogroup config - * @details Kernel related settings and hooks. - * @{ - */ - #ifndef _CHCONF_H_ #define _CHCONF_H_ @@ -532,4 +521,3 @@ #endif /* _CHCONF_H_ */ -/** @} */ diff --git a/demos/3rdparty/tdisp_f4_discovery/halconf.h b/demos/3rdparty/tdisp_f4_discovery/halconf.h index fc80a015..c30e285a 100644 --- a/demos/3rdparty/tdisp_f4_discovery/halconf.h +++ b/demos/3rdparty/tdisp_f4_discovery/halconf.h @@ -18,17 +18,6 @@ along with this program. If not, see . */ -/** - * @file templates/halconf.h - * @brief HAL configuration header. - * @details HAL configuration file, this file allows to enable or disable the - * various device drivers from your application. You may also use - * this file in order to override the device drivers default settings. - * - * @addtogroup HAL_CONF - * @{ - */ - #ifndef _HALCONF_H_ #define _HALCONF_H_ @@ -339,4 +328,3 @@ #endif /* _HALCONF_H_ */ -/** @} */ diff --git a/drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h b/drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h index da078541..6886830b 100644 --- a/drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h +++ b/drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h @@ -6,7 +6,7 @@ */ /** - * @file drivers/gdisp/HX8347D/gdisp_lld_board_embest_dmstf4bb.h + * @file drivers/gdisp/HX8347D/gdisp_lld_board_st_stm32f4_discovery.h * @brief GDISP Graphic Driver subsystem board SPI interface for the HX8347D display. * * @addtogroup GDISP diff --git a/include/tdisp/tdisp.h b/include/tdisp/tdisp.h index 697f8e81..e0b485d5 100644 --- a/include/tdisp/tdisp.h +++ b/include/tdisp/tdisp.h @@ -212,7 +212,7 @@ void tdispScroll(uint16_t direction, uint16_t amount, uint16_t delay); /** * @brief Set the backlight using PWM-driver * - * @param[in] percent Sets the brightness of the display in %. + * @param[in] percentage Sets the brightness of the display in %. * 0% = backlight is off or very low * 100% = backlight is set to full brightness */ @@ -229,13 +229,6 @@ void tdispSetBacklight(uint16_t percentage); */ void tdispControl(uint16_t what, uint16_t value); -/** - * @brief Set the backlight level - * - * @param[in] percent A percentage from 0 to 100%. 0% will turn off the display - */ -// #define tdispSetBacklight(percent) tdispControl(TDISP_CTRL_BACKLIGHT, (percent)) - /** * @brief Set cursor move mode *