mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-14 22:29:56 +08:00
Fix docs
This commit is contained in:
parent
70ae48b005
commit
744ff55549
@ -635,7 +635,7 @@ the POSIX extension for positional arguments. Unlike their standard
|
|||||||
counterparts, the ``fmt`` functions are type-safe and throw an exception if an
|
counterparts, the ``fmt`` functions are type-safe and throw an exception if an
|
||||||
argument type doesn't match its format specification.
|
argument type doesn't match its format specification.
|
||||||
|
|
||||||
.. doxygenfunction:: printf(string_view fmt, const T&... args)
|
.. doxygenfunction:: printf(string_view fmt, const T&... args) -> int
|
||||||
|
|
||||||
.. doxygenfunction:: fprintf(std::FILE *f, const S &fmt, const T&... args) -> int
|
.. doxygenfunction:: fprintf(std::FILE *f, const S &fmt, const T&... args) -> int
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user