libstdc++: Fix typo in doxygen @headerfile command

libstdc++-v3/ChangeLog:

	* include/bits/mofunc_impl.h: Fix doxygen command.
This commit is contained in:
Jonathan Wakely 2022-05-11 16:06:13 +01:00
parent 9c3a8fe34a
commit 4163b0be81
1 changed files with 1 additions and 1 deletions

View 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