Commit b6e19e59 authored by Victor Zverovich's avatar Victor Zverovich

Update apidoc

parent f219dcd5
...@@ -1513,8 +1513,9 @@ FMT_API void vprint_mojibake(std::FILE*, string_view, format_args); ...@@ -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**::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment