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:
@@ -66,8 +66,6 @@ void function_not_flex(Requirement& r) {
|
||||
r.flex_shrink_y = 0;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
class Flex : public Node {
|
||||
public:
|
||||
explicit Flex(FlexFunction f) : f_(f) {}
|
||||
@@ -92,6 +90,8 @@ class Flex : public Node {
|
||||
FlexFunction f_;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
/// @brief An element that will take expand proportionnally to the space left in
|
||||
/// a container.
|
||||
/// @ingroup dom
|
||||
|
||||
Reference in New Issue
Block a user