From b7f29337449502cc3a78bcda042406ee6344925b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 19 May 2021 09:39:32 -0700 Subject: [PATCH] Update signatures --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 0c32a7d8..cbc86871 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -46,7 +46,7 @@ participate in an overload resolution if the latter is not a string. .. _format: -.. doxygenfunction:: format(format_string fmt, T&&... args) +.. doxygenfunction:: format(format_string fmt, T&&... args) -> std::string .. doxygenfunction:: vformat(string_view fmt, format_args args) .. doxygenfunction:: format_to(OutputIt out, format_string fmt, T&& args)