From d907786f047ee841818a9cc63698dbc5f6cb3151 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 25 Dec 2022 10:58:54 -0800 Subject: [PATCH] Move anchor to where it belongs --- doc/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index e69b992f..6f790f8f 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -82,6 +82,8 @@ Compile-time checks are enabled by default on compilers that support C++20 .. doxygenfunction:: fmt::runtime(string_view) -> runtime_format_string<> +.. _udt: + Formatting User-Defined Types ----------------------------- @@ -319,8 +321,6 @@ Format API ``fmt/format.h`` defines the full format API providing additional formatting functions and locale support. -.. _udt: - Literal-Based API -----------------