Documentation: Remove references to serenity.sh and its build configs

Build/lagom only now.
This commit is contained in:
Andrew Kaster 2024-05-31 17:27:20 -06:00 committed by Andreas Kling
parent faeff81ce9
commit 9dd24991a8
Notes: sideshowbarker 2024-07-17 03:00:02 +09:00
15 changed files with 70 additions and 195 deletions

View file

@ -1,6 +1,6 @@
# String Formatting
Many places in Serenity allow you to format strings, similar to `printf()`, for example `ByteString::formatted()`
Many places in Ladybird allow you to format strings, similar to `printf()`, for example `ByteString::formatted()`
, `StringBuilder::appendff()`, or `dbgln()`. These are checked at compile time to ensure the format string matches the
number of parameters. The syntax is largely based on
the [C++ `std::formatter` syntax](https://en.cppreference.com/w/cpp/utility/format/formatter#Standard_format_specification)