diff mbox series

[committed,02/12] libstdc++: Fix typo in doxygen @headerfile command

Message ID 20220513124050.4028450-2-jwakely@redhat.com
State New
Headers show
Series [committed,01/12] libstdc++: Disable Doxygen GROUP_NESTED_COMPOUNDS config option | expand

Commit Message

Jonathan Wakely May 13, 2022, 12:40 p.m. UTC
Tested powerpc64le-linux, pushed to trunk.

-- >8 --

libstdc++-v3/ChangeLog:

	* include/bits/mofunc_impl.h: Fix doxygen command.
---
 libstdc++-v3/include/bits/mofunc_impl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libstdc++-v3/include/bits/mofunc_impl.h b/libstdc++-v3/include/bits/mofunc_impl.h
index 6cc9711a42b..405c4054642 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