[PATCH] D35894: [clangd] Code hover for Clangd

Marc-Andre Laperle via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 10:23:56 PST 2017


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





More information about the cfe-commits mailing list