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 r11-5575] libstdc++: Add new C++20 headers to Doxygen settings
Date: Mon, 30 Nov 2020 15:04:16 +0000 (GMT)	[thread overview]
Message-ID: <20201130150416.C6A80385701F@sourceware.org> (raw)

https://gcc.gnu.org/g:82ac923da681dbde2af1bdb353053ec9ee8ef18b

commit r11-5575-g82ac923da681dbde2af1bdb353053ec9ee8ef18b
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Nov 30 15:02:03 2020 +0000

    libstdc++: Add new C++20 headers to Doxygen settings
    
    This doesn't actually have any effect unless you also change the
    predefined value of __cplusplus, as it's currently 201703L. But if
    somebody does want to do that, the new headers will get processed now.
    
    libstdc++-v3/ChangeLog:
    
            * doc/doxygen/user.cfg.in (INPUT): Add <latch> and <semaphore>.

Diff:
---
 libstdc++-v3/doc/doxygen/user.cfg.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index 320f6dea688..1966055e675 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -870,6 +870,7 @@ INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/iostream \
                          include/istream \
                          include/iterator \
+                         include/latch \
                          include/limits \
                          include/list \
                          include/locale \
@@ -887,6 +888,7 @@ INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/ratio \
                          include/regex \
                          include/scoped_allocator \
+                         include/semaphore \
                          include/set \
                          include/shared_mutex \
                          include/span \


                 reply	other threads:[~2020-11-30 15:04 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=20201130150416.C6A80385701F@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).