From 5c0101ab2dda9cf4098998b3d77b69cb0db0c40b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 12 Aug 2018 11:34:48 -0700 Subject: [PATCH] Use the correct function signature in the docs --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index d71a0a89..f6fd27d2 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -39,7 +39,7 @@ arguments in the resulting string. .. _format: .. doxygenfunction:: format(const String&, const Args&...) -.. doxygenfunction:: vformat(basic_string_view, basic_format_args::type>) +.. doxygenfunction:: vformat(const String&, basic_format_args::type>) .. _print: