diff mbox series

Process new C++17 and C++20 headers with Doxygen

Message ID 20191017154018.GA6708@redhat.com
State New
Headers show
Series Process new C++17 and C++20 headers with Doxygen | expand

Commit Message

Jonathan Wakely Oct. 17, 2019, 3:40 p.m. UTC
This won't do anything by default, because __cplusplus is set to 201402L
when Doxygen runs. If/when that changes, these headers should be
processed.

	* doc/doxygen/user.cfg.in (INPUT): Add new C++17 and C++20 headers.

Committed to trunk.
commit 14b2576d8c0ea76ccbb4cb90a1d30aea4993a03d
Author: redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Oct 17 15:40:04 2019 +0000

    Process new C++17 and C++20 headers with Doxygen
    
    This won't do anything by default, because __cplusplus is set to 201402L
    when Doxygen runs. If/when that changes, these headers should be
    processed.
    
            * doc/doxygen/user.cfg.in (INPUT): Add new C++17 and C++20 headers.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277121 138bc75d-0d04-0410-961f-82ee72b054a4
diff mbox series

Patch

diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index dc493998a1a..3c0295d99a5 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -793,14 +793,19 @@  INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          @srcdir@/libsupc++/new \
                          @srcdir@/libsupc++/typeinfo \
                          include/algorithm \
+                         include/any \
                          include/array \
                          include/atomic \
+                         include/bit \
                          include/bitset \
+                         include/charconv \
                          include/chrono \
-                         include/complex \
                          include/codecvt \
+                         include/complex \
+                         include/concepts \
                          include/condition_variable \
                          include/deque \
+                         include/filesystem \
                          include/forward_list \
                          include/fstream \
                          include/functional \
@@ -816,8 +821,11 @@  INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/locale \
                          include/map \
                          include/memory \
+                         include/memory_resource \
                          include/mutex \
                          include/numeric \
+                         include/numbers \
+                         include/optional \
                          include/ostream \
                          include/queue \
                          include/random \
@@ -826,11 +834,13 @@  INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/scoped_allocator \
                          include/set \
                          include/shared_mutex \
+                         include/span \
                          include/sstream \
                          include/stack \
                          include/stdexcept \
                          include/streambuf \
                          include/string \
+                         include/string_view \
                          include/system_error \
                          include/thread \
                          include/tuple \
@@ -840,6 +850,7 @@  INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/unordered_set \
                          include/utility \
                          include/valarray \
+                         include/variant \
                          include/vector \
                          include/cassert \
                          include/ccomplex \