From c6e68dc503a82e350dd1c058d8e1478da8701120 Mon Sep 17 00:00:00 2001 From: Jon Thacker Date: Mon, 5 Apr 2021 12:28:38 -0400 Subject: [PATCH] fix(comment) keep newline between comments (#2186) To maintain uniformity of comment formatting, but primarily to work around a deficiency in the rust library bindgen (0.58 and earlier), comments should be separated by a newline. --- src/misc/lv_txt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc/lv_txt.h b/src/misc/lv_txt.h index cc6dfc39a..d70059e08 100644 --- a/src/misc/lv_txt.h +++ b/src/misc/lv_txt.h @@ -34,6 +34,7 @@ extern "C" { /********************** * TYPEDEFS **********************/ + /** * Options for text rendering. */