aboutsummaryrefslogtreecommitdiff
path: root/src/misc/lv_bidi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/lv_bidi.h')
-rw-r--r--src/misc/lv_bidi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/lv_bidi.h b/src/misc/lv_bidi.h
index b0e5f4e4a..77575efb3 100644
--- a/src/misc/lv_bidi.h
+++ b/src/misc/lv_bidi.h
@@ -20,8 +20,8 @@ extern "C" {
/*********************
* DEFINES
*********************/
-/*Special non printable strong characters.
- *They can be inserted to texts to affect the run's direction*/
+/** Special non printable strong characters.
+ * They can be inserted to texts to affect the run's direction */
#define LV_BIDI_LRO "\xE2\x80\xAD" /*U+202D*/
#define LV_BIDI_RLO "\xE2\x80\xAE" /*U+202E*/