diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-05-11 16:06:13 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-05-13 13:32:21 +0100 |
commit | 4163b0be816f596147fa9a2732fc652e4ea9572c (patch) | |
tree | cf4851e8602b04cd180c2e4814e03f7213805778 | |
parent | 9c3a8fe34aeacabc2f62acef7f8f9108cb109238 (diff) | |
download | gcc-4163b0be816f596147fa9a2732fc652e4ea9572c.zip gcc-4163b0be816f596147fa9a2732fc652e4ea9572c.tar.gz gcc-4163b0be816f596147fa9a2732fc652e4ea9572c.tar.bz2 |
libstdc++: Fix typo in doxygen @headerfile command
libstdc++-v3/ChangeLog:
* include/bits/mofunc_impl.h: Fix doxygen command.
-rw-r--r-- | libstdc++-v3/include/bits/mofunc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/mofunc_impl.h b/libstdc++-v3/include/bits/mofunc_impl.h index 6cc9711..405c405 100644 --- a/libstdc++-v3/include/bits/mofunc_impl.h +++ b/libstdc++-v3/include/bits/mofunc_impl.h @@ -48,7 +48,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * @brief Polymorphic function wrapper. * @ingroup functors * @since C++23 - * @headername functional + * @headerfile functional * * The `std::move_only_function` class template is a call wrapper similar * to * `std::function`, but does not require the stored target function |