mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Add documentations to every public functions.
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
/// @brief A dropdown menu.
|
||||
/// @ingroup component
|
||||
/// @param entries The list of entries to display.
|
||||
/// @param selected The index of the selected entry.
|
||||
Component Dropdown(ConstStringListRef entries, int* selected) {
|
||||
class Impl : public ComponentBase {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user