From c7635288f70c1228716519ece2803eb2582fd2f9 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 27 Aug 2022 08:28:07 -0700 Subject: [PATCH] Fix docs, take 2 --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 15e4da9b..711d3109 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -86,7 +86,7 @@ possible using ``fmt::vformat``, ``fmt::vprint``, etc. .. doxygentypedef:: fmt::format_string -.. doxygenfunction:: fmt::runtime(string_view) +.. doxygenfunction:: fmt::runtime(string_view) -> basic_runtime Named Arguments ---------------