[PATCH] libstdc++: Fix @file for target-specific opt_random.h

2024-08-25 Thread Kim Gräsman
A few of these files self-identified as ext/random.tcc, update to use the actual basename. libstdc++-v3/ChangeLog: * config/cpu/aarch64/opt/ext/opt_random.h: Improve doxygen file docs. * config/cpu/i486/opt/ext/opt_random.h: Likewise. --- libstdc++-v3/config/cpu/aarch64/o

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

2024-08-25 Thread Kim Gräsman
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(-) diff --git a/libstdc++-v3/i