summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKadir Cetinkaya <kadircet@google.com>2019-10-15 14:59:08 +0000
committerKadir Cetinkaya <kadircet@google.com>2019-10-15 14:59:08 +0000
commitb66832303aa29f60631b7e18489c0566ab261924 (patch)
tree1dda6779f8198f1155fb5f3a3b7fcafdbd675f61
parent330627e0d61e96a689827b2cd417c0c2cb85bbe2 (diff)
downloadclang-tools-extra-b66832303aa29f60631b7e18489c0566ab261924.tar.gz
[clangd][NFC] Update comments to use triple-slashes
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@374901 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clangd/ClangdLSPServer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/clangd/ClangdLSPServer.h b/clangd/ClangdLSPServer.h
index 850da981..dbd90064 100644
--- a/clangd/ClangdLSPServer.h
+++ b/clangd/ClangdLSPServer.h
@@ -132,9 +132,10 @@ private:
void publishDiagnostics(const URIForFile &File,
std::vector<clangd::Diagnostic> Diagnostics);
- // Since initialization of CDBs and ClangdServer is done lazily, the following
- // context captures the one used while creating ClangdLSPServer and passes it
- // to above mentioned object instances to make sure they share the same state.
+ /// Since initialization of CDBs and ClangdServer is done lazily, the
+ /// following context captures the one used while creating ClangdLSPServer and
+ /// passes it to above mentioned object instances to make sure they share the
+ /// same state.
Context BackgroundContext;
/// Used to indicate that the 'shutdown' request was received from the