From ead246455adf1a215ec2715dad6533073a6beb4e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:53:01 +0000 Subject: Vendor import of stripped lldb trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/lldb/trunk@375505 --- include/lldb/Utility/Stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lldb/Utility/Stream.h') diff --git a/include/lldb/Utility/Stream.h b/include/lldb/Utility/Stream.h index b24d4e4571775..414f921773030 100644 --- a/include/lldb/Utility/Stream.h +++ b/include/lldb/Utility/Stream.h @@ -35,11 +35,11 @@ public: /// Utility class for counting the bytes that were written to a stream in a /// certain time span. + /// /// \example /// ByteDelta delta(*this); /// WriteDataToStream("foo"); /// return *delta; - /// \endcode class ByteDelta { Stream *m_stream; /// Bytes we have written so far when ByteDelta was created. -- cgit v1.2.3