mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-10-01 17:29:07 +08:00
Add documentations to every public functions.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
namespace {
|
||||
using ftxui::Screen;
|
||||
|
||||
class ClearUnder : public NodeDecorator {
|
||||
@@ -27,6 +28,7 @@ class ClearUnder : public NodeDecorator {
|
||||
Node::Render(screen);
|
||||
}
|
||||
};
|
||||
} // namespace
|
||||
|
||||
/// @brief Before drawing |child|, clear the pixels below. This is useful in
|
||||
// combinaison with dbox.
|
||||
|
Reference in New Issue
Block a user