From 0db5f48848632cc571022b2c700ddcf69264f433 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 13 Jan 2021 10:27:52 +0000 Subject: [PATCH] libstdc++: Remove from Doxygen config This header was removed recently, so Doxygen shouldn't try to process it. libstdc++-v3/ChangeLog: * doc/doxygen/user.cfg.in (INPUT): Remove include/debug/array. --- libstdc++-v3/doc/doxygen/user.cfg.in | 1 - 1 file changed, 1 deletion(-) diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in index fb90db6..4be2e19 100644 --- a/libstdc++-v3/doc/doxygen/user.cfg.in +++ b/libstdc++-v3/doc/doxygen/user.cfg.in @@ -947,7 +947,6 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ include/backward/hash_set \ include/backward/strstream \ include/debug \ - include/debug/array \ include/debug/bitset \ include/debug/deque \ include/debug/forward_list \ -- 2.7.4