mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
Documentation: Remove references to serenity.sh and its build configs
Build/lagom only now.
This commit is contained in:
parent
faeff81ce9
commit
9dd24991a8
Notes:
sideshowbarker
2024-07-17 03:00:02 +09:00
Author: https://github.com/ADKaster
Commit: 9dd24991a8
15 changed files with 70 additions and 195 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue