Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmtbot committed Jan 12, 2024
1 parent 68cdde3 commit e64288a
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 73 deletions.
18 changes: 9 additions & 9 deletions dev/_sources/api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ I/O errors are reported as `std::system_error
<https://en.cppreference.com/w/cpp/error/system_error>`_ exceptions unless
specified otherwise.

.. _print:

.. doxygenfunction:: fmt::print(format_string<T...> fmt, T&&... args)
.. doxygenfunction:: fmt::vprint(string_view fmt, format_args args)

.. doxygenfunction:: print(FILE *f, format_string<T...> fmt, T&&... args)
.. doxygenfunction:: vprint(FILE *f, string_view fmt, format_args args)

.. _format:

.. doxygenfunction:: format_to(OutputIt out, format_string<T...> fmt, T&&... args) -> OutputIt
Expand All @@ -62,14 +70,6 @@ specified otherwise.
.. doxygenstruct:: fmt::format_to_n_result
:members:

.. _print:

.. doxygenfunction:: fmt::print(format_string<T...> fmt, T&&... args)
.. doxygenfunction:: fmt::vprint(string_view fmt, format_args args)

.. doxygenfunction:: print(std::FILE *f, format_string<T...> fmt, T&&... args)
.. doxygenfunction:: vprint(std::FILE *f, string_view fmt, format_args args)

Compile-Time Format String Checks
---------------------------------

Expand Down Expand Up @@ -309,7 +309,7 @@ times and reduces binary code size compared to a fully parameterized version.
.. doxygenclass:: fmt::basic_format_parse_context
:members:

.. doxygenclass:: fmt::basic_format_context
.. doxygenclass:: fmt::context
:members:

.. doxygentypedef:: fmt::format_context
Expand Down
Loading

0 comments on commit e64288a

Please sign in to comment.