mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Use the correct function signature in the docs
This commit is contained in:
parent
fbe6410e53
commit
5c0101ab2d
@ -39,7 +39,7 @@ arguments in the resulting string.
|
||||
.. _format:
|
||||
|
||||
.. doxygenfunction:: format(const String&, const Args&...)
|
||||
.. doxygenfunction:: vformat(basic_string_view<Char>, basic_format_args<typename buffer_context<Char>::type>)
|
||||
.. doxygenfunction:: vformat(const String&, basic_format_args<typename buffer_context<Char>::type>)
|
||||
|
||||
.. _print:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user