r277121 - in /trunk/libstdc++-v3: ChangeLog doc...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Oct 17 15:40:00 GMT 2019


Author: redi
Date: Thu Oct 17 15:40:04 2019
New Revision: 277121

URL: https://gcc.gnu.org/viewcvs?rev=277121&root=gcc&view=rev
Log:
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.

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



More information about the Libstdc++-cvs mailing list