aboutsummaryrefslogtreecommitdiff
path: root/src/draw/lv_draw_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw/lv_draw_line.h')
-rw-r--r--src/draw/lv_draw_line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw/lv_draw_line.h b/src/draw/lv_draw_line.h
index f070d0fe4..72430fa79 100644
--- a/src/draw/lv_draw_line.h
+++ b/src/draw/lv_draw_line.h
@@ -38,7 +38,7 @@ typedef struct {
lv_blend_mode_t blend_mode : 2;
uint8_t round_start : 1;
uint8_t round_end : 1;
- uint8_t raw_end : 1; /*Do not bother with perpendicular line ending if it's not visible for any reason*/
+ uint8_t raw_end : 1; /**< Do not bother with perpendicular line ending if it's not visible for any reason */
} lv_draw_line_dsc_t;
/**********************