File tree Expand file tree Collapse file tree
lib/3rd_party_adapters/LVGL Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
140138void 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 */
392388void ScreenValueModifier::draw ()
393389{
You can’t perform that action at this time.
0 commit comments