Skip to content

Commit 7be8605

Browse files
committed
Reduce some function description to the essential things.
1 parent 9d0f529 commit 7be8605

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

lib/3rd_party_adapters/LVGL/Screen.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ ScreenMenu::ScreenMenu(MenuItemList itemList)
133133
}
134134

135135
/**
136-
* @brief Draw function of the ScreenMenu object
137-
*
138-
* This function translates the list of item types into actual lvgl draw directives.
136+
* @brief Translates the list of item types into actual lvgl draw directives.
139137
*/
140138
void ScreenMenu::draw()
141139
{
@@ -385,9 +383,7 @@ ScreenValueModifier::ScreenValueModifier(const MenuItemValue *const menuItem)
385383
}
386384

387385
/**
388-
* @brief Draw function of the ScreenValueModifier object
389-
*
390-
* This function creates a new screen, with a spinbox and 3 buttons for incrementation, decrementation and step modification.
386+
* @brief Draws a new screen, with a spinbox and 3 buttons for incrementation, decrementation and step modification.
391387
*/
392388
void ScreenValueModifier::draw()
393389
{

0 commit comments

Comments
 (0)