diff mbox series

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

Message ID CANt7B+emfW30Lxyg5boX2nS2r3u1C6U9kqeTHEg9aZOE3iY7jw@mail.gmail.com
State New
Headers show
Series libstdc++: Fix @headername for bits/cpp_typetraits.h | expand

Commit Message

Kim Gräsman Aug. 25, 2024, 6:18 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Wakely Aug. 28, 2024, 8:35 p.m. UTC | #1
On Sun, 25 Aug 2024 at 19:19, Kim Gräsman wrote:
>
> There is no file ext/type_traits, point it to ext/type_traits.h instead.

Tested and pushed to trunk, thanks.

(Both your patches are simple enough to not require a copyright
assignment or DCO sign-off).


>
> libstdc++-v3/ChangeLog:
>
>         * include/bits/cpp_type_traits.h: Improve doxygen file docs.
> ---
>  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 4bfb4521e06..ff74c557245 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 <dosreis@cmla.ens-cachan.fr>
> --
> 2.46.0
>
diff mbox series

Patch

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