]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Add new headers to Doxygen config file
authorJonathan Wakely <jwakely@redhat.com>
Thu, 3 Apr 2025 14:36:08 +0000 (15:36 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 7 Apr 2025 15:08:23 +0000 (16:08 +0100)
libstdc++-v3/ChangeLog:

* doc/doxygen/user.cfg.in (INPUT): Add flat_map, flat_set,
text_encoding, stdbit.h and stdckdint.h.

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

index ae50f6dd0c7433bafae828c86e92edcf5791c220..19ae67a67baccba41f4c0f395a3afef48c295d07 100644 (file)
@@ -861,6 +861,8 @@ INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/deque \
                          include/expected \
                          include/filesystem \
+                         include/flat_map \
+                         include/flat_set \
                          include/forward_list \
                          include/format \
                          include/fstream \
@@ -906,6 +908,7 @@ INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/string_view \
                          include/syncstream \
                          include/system_error \
+                         include/text_encoding \
                          include/thread \
                          include/tuple \
                          include/typeindex \
@@ -942,6 +945,8 @@ INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/cwchar \
                          include/cuchar \
                          include/cwctype \
+                         include/stdbit.h \
+                         include/stdckdint.h \
                          include/ \
                          include/bits \
                          include/@host_alias@/bits \