docs fix spelling, parameter descriptions, comments, etc (#2865)

This commit is contained in:
ckielstra
2021-12-02 14:44:05 +01:00
committed by GitHub
parent 5ed1eec68c
commit 91fc579ee7
54 changed files with 124 additions and 123 deletions

View File

@@ -63,8 +63,8 @@ extern const lv_obj_class_t lv_keyboard_class;
**********************/
/**
* Create a keyboard objects
* @param par pointer to an object, it will be the parent of the new keyboard
* Create a Keyboard object
* @param parent pointer to an object, it will be the parent of the new keyboard
* @return pointer to the created keyboard
*/
lv_obj_t * lv_keyboard_create(lv_obj_t * parent);