]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix typo in Doxygen comment in <format>
authorJonathan Wakely <jwakely@redhat.com>
Sat, 7 Dec 2024 01:34:33 +0000 (01:34 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 16 Dec 2024 15:53:18 +0000 (15:53 +0000)
libstdc++-v3/ChangeLog:

* include/std/format: Fix typo in Doxygen comment.

(cherry picked from commit b7dd0d976022c5ba20d9d676e2f684614231eb72)

libstdc++-v3/include/std/format

index 95c2991765c38fc2ae3e50e314b0b5f59ef11740..5720bf069b4aa5ee0770ecef34355d90266689b6 100644 (file)
@@ -2126,7 +2126,7 @@ namespace __format
   template<> inline constexpr bool __is_formattable_integer<char16_t> = false;
   template<> inline constexpr bool __is_formattable_integer<char32_t> = false;
 }
-/// ~endcond
+/// @endcond
 
   /// Format an integer.
   template<typename _Tp, __format::__char _CharT>