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:
@@ -34,7 +34,6 @@ Decorator flexDirection(Direction direction) {
|
||||
}
|
||||
return xflex; // NOT_REACHED()
|
||||
}
|
||||
} // namespace
|
||||
|
||||
template <class T>
|
||||
class SliderBase : public ComponentBase {
|
||||
@@ -256,6 +255,7 @@ class SliderWithLabel : public ComponentBase {
|
||||
Box box_;
|
||||
bool mouse_hover_ = false;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
/// @brief An horizontal slider.
|
||||
/// @param label The name of the slider.
|
||||
|
Reference in New Issue
Block a user