Do not try to process deleted headers with Doxygen
authorJonathan Wakely <jwakely@redhat.com>
Tue, 20 Aug 2019 21:35:55 +0000 (22:35 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 20 Aug 2019 21:35:55 +0000 (22:35 +0100)
* doc/doxygen/user.cfg.in (INPUT): Remove profile mode headers.

From-SVN: r274758

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

index 7e2fcf03a09c0f048c73c3fa70dcca7d33607b62..d1c651d46fc7003846ac8a01a51c215f87203a33 100644 (file)
@@ -1,5 +1,7 @@
 2019-08-20  Jonathan Wakely  <jwakely@redhat.com>
 
+       * doc/doxygen/user.cfg.in (INPUT): Remove profile mode headers.
+
        * include/std/numeric (reduce): Fix Doxygen markup.
 
        PR libstdc++/91371
index 4ac5a0e39b240da579d1053edf6bff0183481cef..dc493998a1ad25524dd2c2ea750a6655d009ad7a 100644 (file)
@@ -886,17 +886,6 @@ INPUT                  = @srcdir@/doc/doxygen/doxygroups.cc \
                          include/debug/unordered_map \
                          include/debug/unordered_set \
                          include/debug/vector \
-                         include/profile \
-                         include/profile/impl \
-                         include/profile/bitset \
-                         include/profile/deque \
-                         include/profile/forward_list \
-                         include/profile/list \
-                         include/profile/map \
-                         include/profile/set \
-                         include/profile/unordered_map \
-                         include/profile/unordered_set \
-                         include/profile/vector \
                          include/ext/algorithm \
                          include/ext/cmath \
                          include/ext/functional \