Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified doc/build_antora.sh
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions doc/decimal-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ ui:
bundle:
url: https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip
output_dir: decimal/_
antora:
extensions:
- '@antora/lunr-extension'

2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ int main()
[#examples_fmt_format]
=== `<fmt/format.hpp>`

We also provide support for `{fmt}` so you can easily just swap the namespaces and headers on the above example:
We also provide support for pass:[{fmt}] so you can easily just swap the namespaces and headers on the above example:

[source, c++]
----
Expand Down
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/format.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int main()
[#fmt_format]
== `<fmt/format.h>`

Support for `{fmt}` is available as long as `<fmt/format.h>` is present.
Support for pass:[{fmt}] is available as long as `<fmt/format.h>` is present.
All the above information on modifiers is the same for fmtlib, just in a different namespace (i.e. `fmt::` instead of `std::`).

[source, c++]
Expand Down
Loading
Loading