libstdc++: Fix @headername for bits/cpp_type_traits.h

There is no file ext/type_traits, point it to ext/type_traits.h instead.

libstdc++-v3/ChangeLog:

	* include/bits/cpp_type_traits.h: Improve doxygen file docs.

(cherry picked from commit f6ed7a61a7)
This commit is contained in:
Kim Gräsman 2024-08-27 17:08:47 +01:00 committed by Jonathan Wakely
parent 99a3f6587c
commit 556051a7bf

View File

@ -24,7 +24,7 @@
/** @file bits/cpp_type_traits.h
* This is an internal header file, included by other library headers.
* Do not attempt to use it directly. @headername{ext/type_traits}
* Do not attempt to use it directly. @headername{ext/type_traits.h}
*/
// Written by Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>