Add documentations to every public functions.

This commit is contained in:
ArthurSonzogni
2023-08-19 14:56:28 +02:00
parent 5724f8483b
commit 49a48820dd
32 changed files with 396 additions and 48 deletions

View File

@@ -17,6 +17,7 @@
namespace ftxui {
namespace {
using ftxui::Screen;
class Text : public Node {
@@ -80,6 +81,8 @@ class VText : public Node {
int width_ = 1;
};
} // namespace
/// @brief Display a piece of UTF8 encoded unicode text.
/// @ingroup dom
/// @see ftxui::to_wstring