Fix formatting
This commit is contained in:
parent
78936ad6d7
commit
63572da4e7
2
format.h
2
format.h
@ -1816,7 +1816,9 @@ class BasicWriter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
\rst
|
||||||
Returns the content of the output buffer as an `std::string`.
|
Returns the content of the output buffer as an `std::string`.
|
||||||
|
\endrst
|
||||||
*/
|
*/
|
||||||
std::basic_string<Char> str() const {
|
std::basic_string<Char> str() const {
|
||||||
return std::basic_string<Char>(&buffer_[0], buffer_.size());
|
return std::basic_string<Char>(&buffer_[0], buffer_.size());
|
||||||
|
Loading…
Reference in New Issue
Block a user