Do not try to process deleted headers with Doxygen
* doc/doxygen/user.cfg.in (INPUT): Remove profile mode headers. From-SVN: r274758
This commit is contained in:
parent
eb0e858945
commit
9e3c41ab04
2 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue