From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 6AF4F3888833; Fri, 27 May 2022 17:33:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6AF4F3888833 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r12-8421] libstdc++: Fix typo in doxygen @headerfile command X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-12 X-Git-Oldrev: d2b9fdedcd0b6152ba9fff91ad810dad835096dd X-Git-Newrev: 702ac6e761b81dcc71558ff04411a844d8c6c8ef Message-Id: <20220527173340.6AF4F3888833@sourceware.org> Date: Fri, 27 May 2022 17:33:40 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2022 17:33:40 -0000 https://gcc.gnu.org/g:702ac6e761b81dcc71558ff04411a844d8c6c8ef commit r12-8421-g702ac6e761b81dcc71558ff04411a844d8c6c8ef Author: Jonathan Wakely Date: Wed May 11 16:06:13 2022 +0100 libstdc++: Fix typo in doxygen @headerfile command libstdc++-v3/ChangeLog: * include/bits/mofunc_impl.h: Fix doxygen command. (cherry picked from commit 4163b0be816f596147fa9a2732fc652e4ea9572c) Diff: --- libstdc++-v3/include/bits/mofunc_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/bits/mofunc_impl.h b/libstdc++-v3/include/bits/mofunc_impl.h index 6cc9711a42b..405c4054642 100644 --- a/libstdc++-v3/include/bits/mofunc_impl.h +++ b/libstdc++-v3/include/bits/mofunc_impl.h @@ -48,7 +48,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * @brief Polymorphic function wrapper. * @ingroup functors * @since C++23 - * @headername functional + * @headerfile functional * * The `std::move_only_function` class template is a call wrapper similar * to * `std::function`, but does not require the stored target function