libstdc++: Add new C++20 headers to Doxygen settings
authorJonathan Wakely <jwakely@redhat.com>
Mon, 30 Nov 2020 15:02:03 +0000 (15:02 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 30 Nov 2020 15:02:03 +0000 (15:02 +0000)
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>.

libstdc++-v3/doc/doxygen/user.cfg.in

index 320f6dea6881482f55a47db8e96c6d34e8ffb4b8..1966055e675ad3f59f46354834cc65e760892e5b 100644 (file)
@@ -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 \