From a81135f2c8b05ec5a0ec0409d27f732d252c8056 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 13 Jun 2023 18:39:00 +0300 Subject: [PATCH] Fix a link --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 8c1226fb..d4540251 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -625,7 +625,7 @@ the POSIX extension for positional arguments. Unlike their standard counterparts, the ``fmt`` functions are type-safe and throw an exception if an argument type doesn't match its format specification. -.. doxygenfunction:: printf(const S &format_str, const T&... args) +.. doxygenfunction:: printf(string_view fmt, const T&... args) .. doxygenfunction:: fprintf(std::FILE *f, const S &fmt, const T&... args) -> int