mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Add documentations to every public functions.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
namespace {
|
||||
class HBox : public Node {
|
||||
public:
|
||||
explicit HBox(Elements children) : Node(std::move(children)) {}
|
||||
@@ -65,6 +66,8 @@ class HBox : public Node {
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
/// @brief A container displaying elements horizontally one by one.
|
||||
/// @param children The elements in the container
|
||||
/// @return The container.
|
||||
|
Reference in New Issue
Block a user