JDevlieghere added inline comments.

================
Comment at: include/lldb/Utility/Stream.h:542
   int m_indent_level; ///< Indention level.
+  std::size_t m_bytes_written = 0; /// The bytes this stream has written so 
far.
 
----------------
I believe you need the `<` for Doxygen to associate the comment with the var, 
like the line(s) above.


https://reviews.llvm.org/D50159



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to