From 2599163b8a3034a1fcc9c6a5459437e54341c575 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 28 Aug 2021 15:20:56 -0700 Subject: [PATCH] Document format_string --- doc/api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api.rst b/doc/api.rst index 4b465dcc..64a8f735 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -83,6 +83,9 @@ will fail to compile with regular strings. Runtime-checked formatting is still possible using ``fmt::vformat``, ``fmt::vprint``, etc. .. doxygenclass:: fmt::basic_format_string + :members: + +.. doxygentypedef:: fmt::format_string Named Arguments ---------------