Skip to content

Commit

Permalink
Use doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Dec 19, 2021
1 parent 8a9f125 commit fd3fba3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/catch2/catch_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ namespace Catch {
mutable std::ostream m_os;

public:
// Note that the streambuf must live at least as long as this
// object.
//! The streambuf `sb` must outlive the constructed object.
RDBufStream( std::streambuf* sb ): m_os( sb ) {}
~RDBufStream() override = default;

Expand Down

0 comments on commit fd3fba3

Please sign in to comment.