From 4a4c9fdd3c91163ac9d670d0d33db3e3e1a7ad64 Mon Sep 17 00:00:00 2001 From: Benign X <1341398182@qq.com> Date: Fri, 31 Mar 2023 15:45:00 +0800 Subject: [PATCH] chore: fix comment @param orders (#4095) --- src/core/lv_refr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lv_refr.c b/src/core/lv_refr.c index 66b6f8b8a..20270f79b 100644 --- a/src/core/lv_refr.c +++ b/src/core/lv_refr.c @@ -198,8 +198,8 @@ void lv_obj_redraw(lv_draw_ctx_t * draw_ctx, lv_obj_t * obj) /** * Invalidate an area on display to redraw it - * @param area_p pointer to area which should be invalidated (NULL: delete the invalidated areas) * @param disp pointer to display where the area should be invalidated (NULL can be used if there is + * @param area_p pointer to area which should be invalidated (NULL: delete the invalidated areas) * only one display) */ void _lv_inv_area(lv_disp_t * disp, const lv_area_t * area_p)