summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2025-04-03 15:36:08 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2025-04-08 10:13:39 +0100
commit7e789f34206f29ae501ddba87faf0e73658a4c5c (patch)
tree6659ecd7f5917846d20c9a59efc4eaa008818047 /libstdc++-v3
parent7ad64ffe10f87cbd28f07777d9719469edda61b8 (diff)
libstdc++: Add new header to Doxygen config file
libstdc++-v3/ChangeLog: * doc/doxygen/user.cfg.in (INPUT): Add text_encoding. (cherry picked from commit 5430fcd1a3222d62c1b9560de251268c8bc50303)
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/doc/doxygen/user.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index 8fe337adf75..5672c207acc 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -906,6 +906,7 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
include/string_view \
include/syncstream \
include/system_error \
+ include/text_encoding \
include/thread \
include/tuple \
include/typeindex \