Skip to content

Commit

Permalink
Document println
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jan 19, 2024
1 parent 6b68dff commit 0147e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0147e08

Please sign in to comment.