From 3ef5caa9fe663efadb3d2404cfcac73684ee862c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 25 Jun 2022 09:11:10 -0700 Subject: [PATCH] Update docs --- doc/api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index f39881ab..967da2f2 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -140,6 +140,9 @@ times and reduces binary code size compared to a fully parameterized version. .. doxygenclass:: fmt::basic_format_arg :members: +.. doxygenclass:: fmt::basic_format_parse_context + :members: + .. doxygenclass:: fmt::basic_format_context :members: @@ -303,9 +306,6 @@ If a type provides both a ``formatter`` specialization and an implicit conversion to a formattable type, the specialization takes precedence over the conversion. -.. doxygenclass:: fmt::basic_format_parse_context - :members: - Literal-based API -----------------