From 2230854221d2cab92fe1d8b85f932fb295508113 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 22 Jan 2009 14:46:01 +0000 Subject: [PATCH] Change the doxygen comments to make them readable by the wizard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2203 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_gfx.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bertos/cfg/cfg_gfx.h b/bertos/cfg/cfg_gfx.h index 09142f9b..8d8b6fa2 100644 --- a/bertos/cfg/cfg_gfx.h +++ b/bertos/cfg/cfg_gfx.h @@ -52,18 +52,18 @@ /// Select bitmap pixel format. #define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_V_LSB -/** - * \name Type for the chart dataset - * \{ - */ -#define CONFIG_CHART_TYPE_X uint8_t -#define CONFIG_CHART_TYPE_Y uint8_t -/*\}*/ + +#define CONFIG_CHART_TYPE_X uint8_t ///< Type for the chart dataset +#define CONFIG_CHART_TYPE_Y uint8_t ///< Type for the chart dataset /// Enable button bar behind menus #define CONFIG_MENU_MENUBAR 0 + +/// Level Edit Timeout #define CONFIG_LEVELEDIT_TIMEOUT 0 + +/// Menu timeout #define CONFIG_MENU_TIMEOUT 0 /// Enable smooth scrolling in menus -- 2.25.1