From: Jonathan Wakely Date: Sat, 7 Dec 2024 01:34:33 +0000 (+0000) Subject: libstdc++: Fix typo in Doxygen comment in X-Git-Tag: basepoints/gcc-16~3544 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7dd0d976022c5ba20d9d676e2f684614231eb72;p=thirdparty%2Fgcc.git libstdc++: Fix typo in Doxygen comment in libstdc++-v3/ChangeLog: * include/std/format: Fix typo in Doxygen comment. --- diff --git a/libstdc++-v3/include/std/format b/libstdc++-v3/include/std/format index 6313d084f45e..e7e0d2d142bb 100644 --- a/libstdc++-v3/include/std/format +++ b/libstdc++-v3/include/std/format @@ -2208,7 +2208,7 @@ namespace __format template<> inline constexpr bool __is_formattable_integer = false; template<> inline constexpr bool __is_formattable_integer = false; } -/// ~endcond +/// @endcond /// Format an integer. template