https://gcc.gnu.org/g:f6ed7a61a7c906f8fb7f8059132225c9bc41f3b2

commit r15-3265-gf6ed7a61a7c906f8fb7f8059132225c9bc41f3b2
Author: Kim Gräsman <kim.gras...@gmail.com>
Date:   Tue Aug 27 17:08:47 2024 +0100

    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.

Diff:
---
 libstdc++-v3/include/bits/cpp_type_traits.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/include/bits/cpp_type_traits.h 
b/libstdc++-v3/include/bits/cpp_type_traits.h
index 4bfb4521e064..ff74c5572458 100644
--- a/libstdc++-v3/include/bits/cpp_type_traits.h
+++ b/libstdc++-v3/include/bits/cpp_type_traits.h
@@ -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 <dosr...@cmla.ens-cachan.fr>

Reply via email to