diff --git a/doc/cpp-modules.md b/doc/cpp-modules.md index 56c2bf6c..cde6059e 100644 --- a/doc/cpp-modules.md +++ b/doc/cpp-modules.md @@ -7,7 +7,9 @@ > please open an issue. FTXUI provides an experimental support for [C++20 -modules](https://en.cppreference.com/w/cpp/language/modules) to improve compilation times and code organization. The existing API has a module corresponding to each header. +modules](https://en.cppreference.com/w/cpp/language/modules) to improve +compilation times and code organization. The existing API has a module +corresponding to each header. **Example with CMake and Ninja** @@ -39,7 +41,8 @@ ninja ### Module list The modules directly reference the corresponding header, or a group of related -headers to provide a more convenient interface. The following modules are available: +headers to provide a more convenient interface. The following modules +are available: - `ftxui` - `ftxui.component`