aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/doxygen
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-11-30 15:02:03 +0000
committerJonathan Wakely <jwakely@redhat.com>2020-11-30 15:02:03 +0000
commit82ac923da681dbde2af1bdb353053ec9ee8ef18b (patch)
tree83172563c48c264d2cfae3d0ebfe8fe5e7c7bdd2 /libstdc++-v3/doc/doxygen
parent637800c7bbb222a629076a5d20afda03c2dd1043 (diff)
downloadgcc-82ac923da681dbde2af1bdb353053ec9ee8ef18b.zip
gcc-82ac923da681dbde2af1bdb353053ec9ee8ef18b.tar.gz
gcc-82ac923da681dbde2af1bdb353053ec9ee8ef18b.tar.bz2
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>.
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r--libstdc++-v3/doc/doxygen/user.cfg.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index 320f6de..1966055 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 \