libstdc++: Remove spurious line break in doxygen comment
libstdc++-v3/ChangeLog: * include/bits/basic_string.h: Tweak doxygen comment.
This commit is contained in:
parent
5f7c2d20b5
commit
96292c3e34
1 changed files with 1 additions and 2 deletions
|
@ -4709,8 +4709,7 @@ _GLIBCXX_END_NAMESPACE_CXX11
|
|||
* @brief Insert a string_view.
|
||||
* @param __pos1 Position in string to insert at.
|
||||
* @param __svt The object convertible to string_view to insert from.
|
||||
* @param __pos2 Position in string_view to insert
|
||||
* from.
|
||||
* @param __pos2 Position in string_view to insert from.
|
||||
* @param __n The number of characters to insert.
|
||||
* @return Reference to this string.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue