public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Process new C++17 and C++20 headers with Doxygen
@ 2019-10-17 15:40 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2019-10-17 15:40 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

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.



[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 3390 bytes --]

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 --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 \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-17 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 15:40 [PATCH] Process new C++17 and C++20 headers with Doxygen 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).