]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix @headername for bits/cpp_type_traits.h
authorKim Gräsman <kim.grasman@gmail.com>
Tue, 27 Aug 2024 16:08:47 +0000 (17:08 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 28 Aug 2024 20:34:21 +0000 (21:34 +0100)
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.

libstdc++-v3/include/bits/cpp_type_traits.h

index 4bfb4521e064fd0e3bb24f31b45bc7145810f512..ff74c557245831a75ed32d71d7c680e48da704f9 100644 (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>