public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jonathan Wakely <redi@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r12-8421] libstdc++: Fix typo in doxygen @headerfile command
Date: Fri, 27 May 2022 17:33:40 +0000 (GMT)	[thread overview]
Message-ID: <20220527173340.6AF4F3888833@sourceware.org> (raw)

https://gcc.gnu.org/g:702ac6e761b81dcc71558ff04411a844d8c6c8ef

commit r12-8421-g702ac6e761b81dcc71558ff04411a844d8c6c8ef
Author: Jonathan Wakely <jwakely@redhat.com>
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


                 reply	other threads:[~2022-05-27 17:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220527173340.6AF4F3888833@sourceware.org \
    --to=redi@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).