]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Process new C++17 and C++20 headers with Doxygen
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2019 15:40:04 +0000 (15:40 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Oct 2019 15:40:04 +0000 (15:40 +0000)
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

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

index 324955c692a4d2881122f311dfd274fbc7365d33..1aeeb880a69eb06b63b8edea0b20dff56c5af974 100644 (file)
@@ -1,5 +1,7 @@
 2019-10-17  Jonathan Wakely  <jwakely@redhat.com>
 
+       * doc/doxygen/user.cfg.in (INPUT): Add new C++17 and C++20 headers.
+
        * include/Makefile.am: Add new header.
        * include/Makefile.in: Regenerate.
        * include/bits/range_cmp.h: New header for C++20 function objects.
index dc493998a1ad25524dd2c2ea750a6655d009ad7a..3c0295d99a5b8d205dafeee8ba06c942079598cc 100644 (file)
@@ -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 \