libstdc++: Add new C++20 headers to Doxygen settings
authorJonathan Wakely <jwakely@redhat.com>
Mon, 30 Nov 2020 15:02:03 +0000 (15:02 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 30 Nov 2020 15:02:03 +0000 (15:02 +0000)
commit82ac923da681dbde2af1bdb353053ec9ee8ef18b
tree83172563c48c264d2cfae3d0ebfe8fe5e7c7bdd2
parent637800c7bbb222a629076a5d20afda03c2dd1043
libstdc++: Add new C++20 headers to Doxygen settings

This doesn't actually have any effect unless you also change the
predefined value of __cplusplus, as it's currently 201703L. But if
somebody does want to do that, the new headers will get processed now.

libstdc++-v3/ChangeLog:

* doc/doxygen/user.cfg.in (INPUT): Add <latch> and <semaphore>.
libstdc++-v3/doc/doxygen/user.cfg.in