Skip to content

Commit 0f8e3b8

Browse files
committed
Janitor: fix doc comment
1 parent 45976bc commit 0f8e3b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/cpp/esp-idf/slint/include/slint-esp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ struct SlintPlatformConfiguration
5151
std::optional<std::span<slint::platform::Rgb565Pixel>> buffer2 = {};
5252
slint::platform::SoftwareRenderer::RenderingRotation rotation =
5353
slint::platform::SoftwareRenderer::RenderingRotation::NoRotation;
54-
// Swap the 2 bytes of RGB 565 pixels before sending to the display. Use this
55-
// if your CPU is little endian but the display expects big-endian.
54+
/// Swap the 2 bytes of RGB 565 pixels before sending to the display. Use this
55+
/// if your CPU is little endian but the display expects big-endian.
5656
bool color_swap_16 = false;
5757
};
5858

0 commit comments

Comments
 (0)