mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Add documentations to every public functions.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
namespace {
|
||||
// NOLINTNEXTLINE
|
||||
static const std::string charset_horizontal[11] = {
|
||||
#if defined(FTXUI_MICROSOFT_TERMINAL_FALLBACK)
|
||||
@@ -158,6 +159,8 @@ class Gauge : public Node {
|
||||
Direction direction_;
|
||||
};
|
||||
|
||||
} // namespace ftxui
|
||||
|
||||
/// @brief Draw a high definition progress bar progressing in specified
|
||||
/// direction.
|
||||
/// @param progress The proportion of the area to be filled. Belong to [0,1].
|
||||
|
||||
Reference in New Issue
Block a user