mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-16 04:12:47 +00:00
Update docs
This commit is contained in:
parent
1ac9b317f2
commit
c0029b9847
@ -1,8 +1,7 @@
|
|||||||
# Format String Syntax
|
# Format String Syntax
|
||||||
|
|
||||||
[Formatting functions](api.md) such as [`fmt::format`](api.md#format) and
|
Formatting functions such as [`fmt::format`](api.md#format) and [`fmt::print`](
|
||||||
[`fmt::print`]( api.md#print) use the same format string syntax described
|
api.md#print) use the same format string syntax described in this section.
|
||||||
in this section.
|
|
||||||
|
|
||||||
Format strings contain "replacement fields" surrounded by curly braces `{}`.
|
Format strings contain "replacement fields" surrounded by curly braces `{}`.
|
||||||
Anything that is not contained in braces is considered literal text, which is
|
Anything that is not contained in braces is considered literal text, which is
|
||||||
|
@ -34,11 +34,10 @@ plugins:
|
|||||||
default_handler: cxx
|
default_handler: cxx
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
|
- Home: index.md
|
||||||
- Usage: usage.md
|
- Usage: usage.md
|
||||||
- API: api.md
|
- API: api.md
|
||||||
- Syntax: syntax.md
|
- Syntax: syntax.md
|
||||||
# Make the {fmt} link work locally.
|
|
||||||
- '': index.md
|
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
version:
|
version:
|
||||||
|
Loading…
Reference in New Issue
Block a user