mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-19 01:38:08 +08:00
Add documentations to every public functions.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
namespace {
|
||||
class Hyperlink : public NodeDecorator {
|
||||
public:
|
||||
Hyperlink(Element child, std::string link)
|
||||
@@ -30,6 +31,7 @@ class Hyperlink : public NodeDecorator {
|
||||
|
||||
std::string link_;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
/// @brief Make the rendered area clickable using a web browser.
|
||||
/// The link will be opened when the user click on it.
|
||||
|
Reference in New Issue
Block a user