aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Gräsman <kim.grasman@gmail.com>2024-08-27 17:08:47 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2024-08-28 21:34:21 +0100
commitf6ed7a61a7c906f8fb7f8059132225c9bc41f3b2 (patch)
treec15e970dc4f3289bfcd52ecdae3b86b85b9b59da
parent898f013e195fa828bb30ae6ba4ad50abbd804fbd (diff)
downloadgcc-f6ed7a61a7c906f8fb7f8059132225c9bc41f3b2.zip
gcc-f6ed7a61a7c906f8fb7f8059132225c9bc41f3b2.tar.gz
gcc-f6ed7a61a7c906f8fb7f8059132225c9bc41f3b2.tar.bz2
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.
-rw-r--r--libstdc++-v3/include/bits/cpp_type_traits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/cpp_type_traits.h b/libstdc++-v3/include/bits/cpp_type_traits.h
index 4bfb452..ff74c55 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>