From 0f8e3b84b78aecb103e3a21796463b1300d0b4fe Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 30 Oct 2024 10:42:50 +0100 Subject: [PATCH] Janitor: fix doc comment --- api/cpp/esp-idf/slint/include/slint-esp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/cpp/esp-idf/slint/include/slint-esp.h b/api/cpp/esp-idf/slint/include/slint-esp.h index cc38751e4..e49b60d27 100644 --- a/api/cpp/esp-idf/slint/include/slint-esp.h +++ b/api/cpp/esp-idf/slint/include/slint-esp.h @@ -51,8 +51,8 @@ struct SlintPlatformConfiguration std::optional> buffer2 = {}; slint::platform::SoftwareRenderer::RenderingRotation rotation = slint::platform::SoftwareRenderer::RenderingRotation::NoRotation; - // Swap the 2 bytes of RGB 565 pixels before sending to the display. Use this - // if your CPU is little endian but the display expects big-endian. + /// Swap the 2 bytes of RGB 565 pixels before sending to the display. Use this + /// if your CPU is little endian but the display expects big-endian. bool color_swap_16 = false; };