From b6e19e5953bd049343ae37db162cffb2605215f1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 24 Dec 2019 12:08:37 -0800 Subject: [PATCH] Update apidoc --- include/fmt/core.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index ad6143da..91b3e128 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -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**::