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:
@@ -12,6 +12,7 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
namespace {
|
||||
class BgColor : public NodeDecorator {
|
||||
public:
|
||||
BgColor(Element child, Color color)
|
||||
@@ -45,6 +46,7 @@ class FgColor : public NodeDecorator {
|
||||
|
||||
Color color_;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
/// @brief Set the foreground color of an element.
|
||||
/// @param color The color of the output element.
|
||||
|
||||
Reference in New Issue
Block a user