Improve the documentation.

This commit is contained in:
ArthurSonzogni
2021-07-10 14:23:46 +02:00
committed by Arthur Sonzogni
parent 5c4cd1add1
commit 9820832fea
23 changed files with 79 additions and 133 deletions

View File

@@ -17,8 +17,7 @@
namespace ftxui {
/// @brief An input box. The user can type text into it.
/// @ingroup component.
// An input box. The user can type text into it.
class InputBase : public ComponentBase {
public:
InputBase(StringRef content,
@@ -171,6 +170,7 @@ class InputBase : public ComponentBase {
/// @brief An input box for editing text.
/// @param content The editable content.
/// @param placeholder The text displayed when content is still empty.
/// @param option Additional optional parameters.
/// @ingroup component
/// @see InputBase
///