[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
diff --git a/clangd/ClangdLSPServer.h b/clangd/ClangdLSPServer.h index 850da98..dbd9006 100644 --- a/clangd/ClangdLSPServer.h +++ b/clangd/ClangdLSPServer.h
@@ -132,9 +132,10 @@ 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