From ce73ea37fb59fa5b218298be8ae0c493d2c64128 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 20 Jul 2020 09:42:14 -0700 Subject: [PATCH] Reorder functions --- doc/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 157875dc..d2f7ab53 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -93,10 +93,10 @@ binary footprint, for example (https://godbolt.org/z/oba4Mc): Note that ``vlog`` is not parameterized on argument types which improves compile times and reduces binary code size compared to a fully parameterized version. -.. doxygenfunction:: fmt::make_format_args(const Args&...) - .. doxygenfunction:: fmt::make_args_checked(const S&, const remove_reference_t&...) +.. doxygenfunction:: fmt::make_format_args(const Args&...) + .. doxygenclass:: fmt::format_arg_store :members: