Skip to content

Commit

Permalink
Update apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 24, 2019
1 parent f219dcd commit b6e19e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -1513,8 +1513,9 @@ FMT_API void vprint_mojibake(std::FILE*, string_view, format_args);

/**
\rst
Prints formatted data to the file *f*. Strings are assumed to be
Unicode-encoded unless the ``FMT_UNICODE`` macro is set to 0.
Formats ``args`` according to specifications in ``format_str`` and writes the
output to the file ``f``. Strings are assumed to be Unicode-encoded unless the
``FMT_UNICODE`` macro is set to 0.
**Example**::
Expand Down

0 comments on commit b6e19e5

Please sign in to comment.