diff --git a/format.h b/format.h index 09026cce..ab9a4acb 100644 --- a/format.h +++ b/format.h @@ -1816,7 +1816,9 @@ class BasicWriter { } /** + \rst Returns the content of the output buffer as an `std::string`. + \endrst */ std::basic_string str() const { return std::basic_string(&buffer_[0], buffer_.size());