aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/menu/lv_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/menu/lv_menu.h')
-rw-r--r--src/widgets/menu/lv_menu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/menu/lv_menu.h b/src/widgets/menu/lv_menu.h
index 4fe3766f7..3d75f8d9a 100644
--- a/src/widgets/menu/lv_menu.h
+++ b/src/widgets/menu/lv_menu.h
@@ -29,9 +29,9 @@ extern "C" {
* TYPEDEFS
**********************/
typedef enum {
- LV_MENU_HEADER_TOP_FIXED, /* Header is positioned at the top */
- LV_MENU_HEADER_TOP_UNFIXED, /* Header is positioned at the top and can be scrolled out of view*/
- LV_MENU_HEADER_BOTTOM_FIXED /* Header is positioned at the bottom */
+ LV_MENU_HEADER_TOP_FIXED, /**< Header is positioned at the top */
+ LV_MENU_HEADER_TOP_UNFIXED, /**< Header is positioned at the top and can be scrolled out of view*/
+ LV_MENU_HEADER_BOTTOM_FIXED /**< Header is positioned at the bottom */
} lv_menu_mode_header_t;
typedef enum {