mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-09 21:00:06 +00:00
Document println
This commit is contained in:
parent
6b68dff901
commit
0147e08225
@ -61,6 +61,9 @@ specified otherwise.
|
||||
.. doxygenfunction:: print(FILE *f, format_string<T...> fmt, T&&... args)
|
||||
.. doxygenfunction:: vprint(FILE *f, string_view fmt, format_args args)
|
||||
|
||||
.. doxygenfunction:: println(format_string<T...> fmt, T&&... args)
|
||||
.. doxygenfunction:: println(FILE *f, format_string<T...> fmt, T&&... args)
|
||||
|
||||
.. _format:
|
||||
|
||||
.. doxygenfunction:: format_to(OutputIt out, format_string<T...> fmt, T&&... args) -> OutputIt
|
||||
|
Loading…
Reference in New Issue
Block a user