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

@@ -18,6 +18,7 @@
namespace ftxui {
namespace {
using Charset = std::array<std::string, 6>; // NOLINT
using Charsets = std::array<Charset, 6>; // NOLINT
// NOLINTNEXTLINE
@@ -190,6 +191,7 @@ class BorderPixel : public Node {
}
}
};
} // namespace
/// @brief Draw a border around the element.
/// @ingroup dom