mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Update apidoc
This commit is contained in:
parent
f219dcd59b
commit
b6e19e5953
@ -1513,8 +1513,9 @@ FMT_API void vprint_mojibake(std::FILE*, string_view, format_args);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
\rst
|
\rst
|
||||||
Prints formatted data to the file *f*. Strings are assumed to be
|
Formats ``args`` according to specifications in ``format_str`` and writes the
|
||||||
Unicode-encoded unless the ``FMT_UNICODE`` macro is set to 0.
|
output to the file ``f``. Strings are assumed to be Unicode-encoded unless the
|
||||||
|
``FMT_UNICODE`` macro is set to 0.
|
||||||
|
|
||||||
**Example**::
|
**Example**::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user