mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Add a missing comma
This commit is contained in:
@ -135,7 +135,7 @@ Output iterator support
|
|||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
.. doxygenfunction:: fmt::format_to(OutputIt, string_view, const Args&...)
|
.. doxygenfunction:: fmt::format_to(OutputIt, string_view, const Args&...)
|
||||||
.. doxygenfunction:: fmt::format_to_n(OutputIt, size_t string_view, const Args&...)
|
.. doxygenfunction:: fmt::format_to_n(OutputIt, size_t, string_view, const Args&...)
|
||||||
.. doxygenstruct:: fmt::format_to_n_result
|
.. doxygenstruct:: fmt::format_to_n_result
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user