[gcc r13-9081] libstdc++: Fix @headername for bits/cpp_type_traits.h
Jonathan Wakely
redi@gcc.gnu.org
Fri Oct 4 09:10:52 GMT 2024
https://gcc.gnu.org/g:995725189e5107c40f10b960549fab0a2b3bb976
commit r13-9081-g995725189e5107c40f10b960549fab0a2b3bb976
Author: Kim Gräsman <kim.grasman@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.
(cherry picked from commit f6ed7a61a7c906f8fb7f8059132225c9bc41f3b2)
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 4312f32a4e07..e466ee9291bd 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>
More information about the Gcc-cvs
mailing list