Process new C++17 and C++20 headers with Doxygen
authorJonathan Wakely <jwakely@redhat.com>
Thu, 17 Oct 2019 15:40:04 +0000 (16:40 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 17 Oct 2019 15:40:04 +0000 (16:40 +0100)
commit1a456495015d3be8d49751031ce58b4991ab6f50
treee6fd0c5de4defb56693ad93825aa42de90e117c9
parentda8ddcec0c68a304fce64b102ba27e58c066a5c7
Process new C++17 and C++20 headers with Doxygen

This won't do anything by default, because __cplusplus is set to 201402L
when Doxygen runs. If/when that changes, these headers should be
processed.

* doc/doxygen/user.cfg.in (INPUT): Add new C++17 and C++20 headers.

From-SVN: r277121
libstdc++-v3/ChangeLog
libstdc++-v3/doc/doxygen/user.cfg.in