From dccd3e674221247c943d6a9de19a86044b69d84d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 25 Jun 2022 09:04:31 -0700 Subject: [PATCH] Fix docs --- doc/api.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 3eb82325..f39881ab 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -311,9 +311,7 @@ Literal-based API The following user-defined literals are defined in ``fmt/format.h``. -.. doxygenfunction:: operator""_format(const char *s, size_t n) -> detail::udl_formatter - -.. doxygenfunction:: operator""_aconst char *s, size_t) +.. doxygenfunction:: operator""_a(const char *s, size_t) Utilities ---------