libstdc++: Fix typo in Doxygen comment in <format>
libstdc++-v3/ChangeLog: * include/std/format: Fix typo in Doxygen comment.
This commit is contained in:
parent
279b3c7170
commit
b7dd0d9760
1 changed files with 1 additions and 1 deletions
|
@ -2208,7 +2208,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>
|
||||
|
|
Loading…
Add table
Reference in a new issue