malaperle added inline comments.
================
Comment at: clangd/Protocol.h:453
+struct MarkedString {
+  /**
+   * MarkedString can be used to render human readable text. It is either a
----------------
The doc should use /// like the others
https://reviews.llvm.org/D35894