libstdc++: Fix typo in doxygen @headerfile command
authorJonathan Wakely <jwakely@redhat.com>
Wed, 11 May 2022 15:06:13 +0000 (16:06 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 13 May 2022 12:32:21 +0000 (13:32 +0100)
libstdc++-v3/ChangeLog:

* include/bits/mofunc_impl.h: Fix doxygen command.

libstdc++-v3/include/bits/mofunc_impl.h

index 6cc9711..405c405 100644 (file)
@@ -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