mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-10-01 17:29:07 +08:00
Doc: Fix @params vs @param (#605)
Fixed wrong parameter documentation name. Taken out of: https://github.com/ArthurSonzogni/FTXUI/pull/600 Co-authored-by: LostInCompilation <12819635+LostInCompilation@users.noreply.github.com>
This commit is contained in:
@@ -12,9 +12,9 @@ namespace ftxui {
|
||||
|
||||
/// @brief A collapsible component. It display a checkbox with an arrow. Once
|
||||
/// activated, the children is displayed.
|
||||
/// @params label The label of the checkbox.
|
||||
/// @params child The children to display.
|
||||
/// @params show Hold the state about whether the children is displayed or not.
|
||||
/// @param label The label of the checkbox.
|
||||
/// @param child The children to display.
|
||||
/// @param show Hold the state about whether the children is displayed or not.
|
||||
///
|
||||
/// ### Example
|
||||
/// ```cpp
|
||||
|
Reference in New Issue
Block a user