From: Kim Gräsman Date: Tue, 27 Aug 2024 16:08:47 +0000 (+0100) Subject: libstdc++: Fix @headername for bits/cpp_type_traits.h X-Git-Tag: releases/gcc-12.5.0~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=556051a7bf9373dc8a0f607b5d1ae177a2b5afad;p=thirdparty%2Fgcc.git 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 f6ed7a61a7c906f8fb7f8059132225c9bc41f3b2) --- diff --git a/libstdc++-v3/include/bits/cpp_type_traits.h b/libstdc++-v3/include/bits/cpp_type_traits.h index 8f91bbedbed0..550820100ccd 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