mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 00:48:09 +08:00
Automatically fix style.
This commit is contained in:

committed by
Arthur Sonzogni

parent
d09996a6c7
commit
5291f660ca
@@ -245,7 +245,7 @@ static const std::vector<std::vector<std::vector<std::wstring>>> elements = {
|
||||
/// ASCII art "video".
|
||||
/// @param charset_index The type of "video".
|
||||
/// @param image_index The "frame" of the video. You need to increase this for
|
||||
///every "step".
|
||||
/// every "step".
|
||||
/// @ingroup dom
|
||||
Element spinner(int charset_index, size_t image_index) {
|
||||
if (charset_index == 0) {
|
||||
|
@@ -41,7 +41,7 @@ Elements operator|(Elements elements, Decorator decorator) {
|
||||
/// @brief From an element, apply a decorator.
|
||||
/// @return the decorated element.
|
||||
/// @ingroup dom
|
||||
///
|
||||
///
|
||||
/// ### Example
|
||||
///
|
||||
/// Both of these are equivalent:
|
||||
|
Reference in New Issue
Block a user