chore(docs) force rebuild

Also fix a minor pluralization issue.
This commit is contained in:
Themba Dube
2021-05-19 09:56:08 -04:00
committed by Gabor Kiss-Vamosi
parent e2a7f559ab
commit 9928029a0f

View File

@@ -8,7 +8,7 @@ Use [misc/lv_templ.c](https://github.com/lvgl/lvgl/blob/master/src/misc/lv_templ
* In variable and function names use only lower case letters (e.g. *height_tmp*)
* In enums and defines use only upper case letters (e.g. *e.g. MAX_LINE_NUM*)
* Global names (API):
* starts with *lv*
* start with *lv*
* followed by module name: *btn*, *label*, *style* etc.
* followed by the action (for functions): *set*, *get*, *refr* etc.
* closed with the subject: *name*, *size*, *state* etc.