mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-26 12:35:32 +00:00
Fix docs
This commit is contained in:
parent
11addaa16e
commit
1085cc2178
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -62,7 +62,7 @@ participate in an overload resolution if the latter is not a string.
|
||||
.. doxygenfunction:: vprint(string_view fmt, format_args args)
|
||||
|
||||
.. doxygenfunction:: print(std::FILE *f, format_string<T...> fmt, T&&... args)
|
||||
.. doxygenfunction:: vprint(std::FILE* f, string_view fmt, format_args args)
|
||||
.. doxygenfunction:: vprint(std::FILE *f, string_view fmt, format_args args)
|
||||
|
||||
Compile-time Format String Checks
|
||||
---------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user