diff options
Diffstat (limited to 'src/draw/lv_draw.h')
-rw-r--r-- | src/draw/lv_draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw/lv_draw.h b/src/draw/lv_draw.h index b0060ea86..c4b112f8d 100644 --- a/src/draw/lv_draw.h +++ b/src/draw/lv_draw.h @@ -28,7 +28,7 @@ extern "C" { * DEFINES *********************/ #define LV_DRAW_UNIT_NONE 0 -#define LV_DRAW_UNIT_IDLE -1 /*The draw unit is idle, new dispatching might be requested to try again*/ +#define LV_DRAW_UNIT_IDLE -1 /**< The draw unit is idle, new dispatching might be requested to try again */ #if LV_DRAW_TRANSFORM_USE_MATRIX #if !LV_USE_MATRIX |