* [committed] libstdc++: Add new C++20 headers to Doxygen settings
@ 2020-11-30 15:04 Jonathan Wakely
0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-11-30 15:04 UTC (permalink / raw)
To: libstdc++, gcc-patches
[-- Attachment #1: Type: text/plain, Size: 337 bytes --]
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>.
Tested x86_64-linux. Committed to trunk.
[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1514 bytes --]
commit 82ac923da681dbde2af1bdb353053ec9ee8ef18b
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Mon Nov 30 15:02:03 2020
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 --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index 320f6dea6881..1966055e675a 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 \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-30 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 15:04 [committed] libstdc++: Add new C++20 headers to Doxygen settings Jonathan Wakely
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).