Document format_to_n

This commit is contained in:
Victor Zverovich
2018-03-30 08:31:41 -10:00
parent 3cf0526316
commit c5ebecf7c6
2 changed files with 13 additions and 1 deletions

View File

@@ -135,6 +135,9 @@ Output iterator support
-----------------------
.. doxygenfunction:: fmt::format_to(OutputIt, string_view, const Args&...)
.. doxygenfunction:: fmt::format_to_n(OutputIt, size_t string_view, const Args&...)
.. doxygenstruct:: fmt::format_to_n_result
:members:
Literal-based API
-----------------