mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Add documentations to every public functions.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "ftxui/screen/screen.hpp" // for Screen
|
||||
|
||||
namespace ftxui {
|
||||
namespace {
|
||||
|
||||
// Helper class.
|
||||
class Reflect : public Node {
|
||||
@@ -38,6 +39,7 @@ class Reflect : public Node {
|
||||
private:
|
||||
Box& reflected_box_;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Decorator reflect(Box& box) {
|
||||
return [&](Element child) -> Element {
|
||||
|
Reference in New Issue
Block a user